#B9D679

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

Shades of Sulu #B9D679

Tints of Sulu #B9D679

Color information

#B9D679 (or 0xB9D679) is unknown color: approx Sulu. HEX triplet: B9, D6 and 79. RGB value is (185,214,121). Sum of RGB (Red+Green+Blue) = 185+214+121=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D679 is #462986. Grayscale: #C3C3C3. Windows color (decimal): -4598151 or 7984825. OLE color: 7984825.

HSL color Cylindrical-coordinate representation of color #B9D679: hue angle of 78.71º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9D679 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB185214121-
CMYK0.1400.430.16
HSL78.71º53.14%65.69%-
HSV(B)78.71º43.46%83.92%-
XYZ47.5159.7927.13-
YUV194.7386.39121.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 214 (83.98% from 255) = 41.15%
BLUE value IS 121 (47.66% from 255) = 23.27%
R=35.58%
G=41.15%
B=23.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852141210.1400.430.1678.7153.1465.69
HexB9D679E02B104f3542
Octal271326171160532011765102
Binary10111001110101101111001111001010111000010011111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D679; }

 p { color: rgb(185,214,121); }

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

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

 a { background-color: rgb(185,214,121); }

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

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

 span { border-color: rgb(185,214,121); }

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