#B9D675

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

Shades of Sulu #B9D675

Tints of Sulu #B9D675

Color information

#B9D675 (or 0xB9D675) is unknown color: approx Sulu. HEX triplet: B9, D6 and 75. RGB value is (185,214,117). Sum of RGB (Red+Green+Blue) = 185+214+117=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D675 is #46298A. Grayscale: #C2C2C2. Windows color (decimal): -4598155 or 7722681. OLE color: 7722681.

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

Color convert

RGB185214117-
CMYK0.1400.450.16
HSL77.94º54.19%64.9%-
HSV(B)77.94º45.33%83.92%-
XYZ47.2759.6925.86-
YUV194.2784.39121.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 214 (83.98% from 255) = 41.47%
BLUE value IS 117 (46.09% from 255) = 22.67%
R=35.85%
G=41.47%
B=22.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852141170.1400.450.1677.9454.1964.9
HexB9D675E02D104e3641
Octal271326165160552011666101
Binary10111001110101101110101111001011011000010011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D675; }

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

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

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

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

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

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

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

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