#bbd676

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

Shades of Sulu #BBD676

Tints of Sulu #BBD676

Color information

#BBD676 (or 0xBBD676) is unknown color: approx Sulu. HEX triplet: BB, D6 and 76. RGB value is (187,214,118). Sum of RGB (Red+Green+Blue) = 187+214+118=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD676 is #442989. Grayscale: #C3C3C3. Windows color (decimal): -4467082 or 7788219. OLE color: 7788219.

HSL color Cylindrical-coordinate representation of color #BBD676: hue angle of 76.88º 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 #BBD676 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB187214118-
CMYK0.1300.450.16
HSL76.88º53.93%65.1%-
HSV(B)76.88º44.86%83.92%-
XYZ47.8159.9726.19-
YUV194.9884.55122.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 118 (46.48% from 255) = 22.74%
R=36.03%
G=41.23%
B=22.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141180.1300.450.1676.8853.9365.1
HexBBD676D02D104d3641
Octal273326166150552011566101
Binary10111011110101101110110110101011011000010011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbd676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbd676; }

 p { color: rgb(187,214,118); }

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

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

 a { background-color: rgb(187,214,118); }

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

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

 span { border-color: rgb(187,214,118); }

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