#BBCB90

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

Shades of Sprout #BBCB90

Tints of Sprout #BBCB90

Color information

#BBCB90 (or 0xBBCB90) is unknown color: approx Sprout. HEX triplet: BB, CB and 90. RGB value is (187,203,144). Sum of RGB (Red+Green+Blue) = 187+203+144=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB90 is #44346F. Grayscale: #BFBFBF. Windows color (decimal): -4469872 or 9489339. OLE color: 9489339.

HSL color Cylindrical-coordinate representation of color #BBCB90: hue angle of 76.27º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBCB90 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB187203144-
CMYK0.0800.290.20
HSL76.27º36.2%68.04%-
HSV(B)76.27º29.06%79.61%-
XYZ46.8855.2934.59-
YUV191.49101.2124.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=35.02%
G=38.01%
B=26.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031440.0800.290.2076.2736.268.04
HexBBCB90801D144c2444
Octal273313220100352411444104
Binary10111011110010111001000010000111011010010011001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB90; }

 p { color: rgb(187,203,144); }

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

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

 a { background-color: rgb(187,203,144); }

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

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

 span { border-color: rgb(187,203,144); }

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