#BBCF92

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

Shades of Sprout #BBCF92

Tints of Sprout #BBCF92

Color information

#BBCF92 (or 0xBBCF92) is unknown color: approx Sprout. HEX triplet: BB, CF and 92. RGB value is (187,207,146). Sum of RGB (Red+Green+Blue) = 187+207+146=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF92 is #44306D. Grayscale: #C2C2C2. Windows color (decimal): -4468846 or 9621435. OLE color: 9621435.

HSL color Cylindrical-coordinate representation of color #BBCF92: hue angle of 79.67º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBCF92 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB187207146-
CMYK0.1000.290.19
HSL79.67º38.85%69.22%-
HSV(B)79.67º29.47%81.18%-
XYZ47.9957.2735.72-
YUV194.07100.87122.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 207 (81.25% from 255) = 38.33%
BLUE value IS 146 (57.42% from 255) = 27.04%
R=34.63%
G=38.33%
B=27.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071460.1000.290.1979.6738.8569.22
HexBBCF92A01D13502745
Octal273317222120352312047105
Binary10111011110011111001001010100111011001110100001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCF92; }

 p { color: rgb(187,207,146); }

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

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

 a { background-color: rgb(187,207,146); }

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

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

 span { border-color: rgb(187,207,146); }

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