#BEDB79

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

Shades of Sulu #BEDB79

Tints of Sulu #BEDB79

Color information

#BEDB79 (or 0xBEDB79) is unknown color: approx Sulu. HEX triplet: BE, DB and 79. RGB value is (190,219,121). Sum of RGB (Red+Green+Blue) = 190+219+121=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 121 (47.66% from 255 or 22.83% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB79 is #412486. Grayscale: #C7C7C7. Windows color (decimal): -4269191 or 7986110. OLE color: 7986110.

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

Color convert

RGB190219121-
CMYK0.1300.450.14
HSL77.76º57.65%66.67%-
HSV(B)77.76º44.75%85.88%-
XYZ50.0262.9927.61-
YUV199.1683.89121.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 219 (85.94% from 255) = 41.32%
BLUE value IS 121 (47.66% from 255) = 22.83%
R=35.85%
G=41.32%
B=22.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191210.1300.450.1477.7657.6566.67
HexBEDB79D02DE4e3a43
Octal276333171150551611672103
Binary1011111011011011111100111010101101111010011101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB79; }

 p { color: rgb(190,219,121); }

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

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

 a { background-color: rgb(190,219,121); }

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

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

 span { border-color: rgb(190,219,121); }

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