#BBD97D

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

Shades of Sulu #BBD97D

Tints of Sulu #BBD97D

Color information

#BBD97D (or 0xBBD97D) is unknown color: approx Sulu. HEX triplet: BB, D9 and 7D. RGB value is (187,217,125). Sum of RGB (Red+Green+Blue) = 187+217+125=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD97D is #442682. Grayscale: #C5C5C5. Windows color (decimal): -4466307 or 8247739. OLE color: 8247739.

HSL color Cylindrical-coordinate representation of color #BBD97D: hue angle of 79.57º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBD97D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB187217125-
CMYK0.1400.420.15
HSL79.57º54.76%67.06%-
HSV(B)79.57º42.4%85.1%-
XYZ49.0161.6728.72-
YUV197.5487.06120.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 217 (85.16% from 255) = 41.02%
BLUE value IS 125 (49.22% from 255) = 23.63%
R=35.35%
G=41.02%
B=23.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171250.1400.420.1579.5754.7667.06
HexBBD97DE02AF503743
Octal273331175160521712067103
Binary1011101111011001111110111100101010111110100001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD97D; }

 p { color: rgb(187,217,125); }

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

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

 a { background-color: rgb(187,217,125); }

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

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

 span { border-color: rgb(187,217,125); }

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