#BBD98B

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

Shades of Sulu #BBD98B

Tints of Sulu #BBD98B

Color information

#BBD98B (or 0xBBD98B) is unknown color: approx Sulu. HEX triplet: BB, D9 and 8B. RGB value is (187,217,139). Sum of RGB (Red+Green+Blue) = 187+217+139=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD98B is #442674. Grayscale: #C7C7C7. Windows color (decimal): -4466293 or 9165243. OLE color: 9165243.

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

Color convert

RGB187217139-
CMYK0.1400.360.15
HSL83.08º50.65%69.8%-
HSV(B)83.08º35.94%85.1%-
XYZ49.9762.0533.77-
YUV199.1494.06119.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 139 (54.69% from 255) = 25.60%
R=34.44%
G=39.96%
B=25.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171390.1400.360.1583.0850.6569.8
HexBBD98BE024F533346
Octal273331213160441712363106
Binary10111011110110011000101111100100100111110100111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD98B; }

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

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

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

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

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

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

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

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