#BBD97A

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

Shades of Sulu #BBD97A

Tints of Sulu #BBD97A

Color information

#BBD97A (or 0xBBD97A) is unknown color: approx Sulu. HEX triplet: BB, D9 and 7A. RGB value is (187,217,122). Sum of RGB (Red+Green+Blue) = 187+217+122=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD97A is #442685. Grayscale: #C5C5C5. Windows color (decimal): -4466310 or 8051131. OLE color: 8051131.

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

Color convert

RGB187217122-
CMYK0.1400.440.15
HSL78.95º55.56%66.47%-
HSV(B)78.95º43.78%85.1%-
XYZ48.8261.627.73-
YUV197.285.56120.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 122 (48.05% from 255) = 23.19%
R=35.55%
G=41.25%
B=23.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171220.1400.440.1578.9555.5666.47
HexBBD97AE02CF4f3842
Octal273331172160541711770102
Binary1011101111011001111101011100101100111110011111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD97A; }

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

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

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

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

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

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

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

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