#bbd677

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

Shades of Sulu #BBD677

Tints of Sulu #BBD677

Color information

#BBD677 (or 0xBBD677) is unknown color: approx Sulu. HEX triplet: BB, D6 and 77. RGB value is (187,214,119). Sum of RGB (Red+Green+Blue) = 187+214+119=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD677 is #442988. Grayscale: #C3C3C3. Windows color (decimal): -4467081 or 7853755. OLE color: 7853755.

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

Color convert

RGB187214119-
CMYK0.1300.440.16
HSL77.05º53.67%65.29%-
HSV(B)77.05º44.39%83.92%-
XYZ47.8759.9926.51-
YUV195.185.05122.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 214 (83.98% from 255) = 41.15%
BLUE value IS 119 (46.88% from 255) = 22.88%
R=35.96%
G=41.15%
B=22.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141190.1300.440.1677.0553.6765.29
HexBBD677D02C104d3641
Octal273326167150542011566101
Binary10111011110101101110111110101011001000010011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbd677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbd677; }

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

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

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

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

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

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

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

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