#BEDE77

Color #BEDE77 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BEDE77

Tints of Sulu #BEDE77

Color information

#BEDE77 (or 0xBEDE77) is unknown color: approx Sulu. HEX triplet: BE, DE and 77. RGB value is (190,222,119). Sum of RGB (Red+Green+Blue) = 190+222+119=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE77 is #412188. Grayscale: #C9C9C9. Windows color (decimal): -4268425 or 7855806. OLE color: 7855806.

HSL color Cylindrical-coordinate representation of color #BEDE77: hue angle of 78.64º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEDE77 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB190222119-
CMYK0.1400.460.13
HSL78.64º60.95%66.86%-
HSV(B)78.64º46.4%87.06%-
XYZ50.6964.5227.24-
YUV200.6981.9120.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 222 (87.11% from 255) = 41.81%
BLUE value IS 119 (46.88% from 255) = 22.41%
R=35.78%
G=41.81%
B=22.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221190.1400.460.1378.6460.9566.86
HexBEDE77E02ED4f3d43
Octal276336167160561511775103
Binary1011111011011110111011111100101110110110011111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE77; }

 p { color: rgb(190,222,119); }

 H1.HeaderClassName
 {
   color: #BEDE77;
 }
 .AnyTagClassName
 {
   color: #BEDE77;
 }
</style>
background-color css

<style>
 a { background-color: #BEDE77; }

 a { background-color: rgb(190,222,119); }

 div.DivClassName
 {
   background-color: #BEDE77;
 }
 .BgClassName
 {
   background-color: #BEDE77;
 }
</style>
border-color css

<style>
 span { border-color: #BEDE77; }

 span { border-color: rgb(190,222,119); }

 td.TdClassName
 {
   border-color: #BEDE77;
 }
 .TagClassName
 {
   border-color: #BEDE77;
 }
</style>