#BBC993

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

Shades of Sprout #BBC993

Tints of Sprout #BBC993

Color information

#BBC993 (or 0xBBC993) is unknown color: approx Sprout. HEX triplet: BB, C9 and 93. RGB value is (187,201,147). Sum of RGB (Red+Green+Blue) = 187+201+147=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC993 is #44366C. Grayscale: #BEBEBE. Windows color (decimal): -4470381 or 9685435. OLE color: 9685435.

HSL color Cylindrical-coordinate representation of color #BBC993: hue angle of 75.56º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC993 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB187201147-
CMYK0.0700.270.21
HSL75.56º33.33%68.24%-
HSV(B)75.56º26.87%78.82%-
XYZ46.6554.4435.65-
YUV190.66103.36125.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 201 (78.91% from 255) = 37.57%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=34.95%
G=37.57%
B=27.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011470.0700.270.2175.5633.3368.24
HexBBC993701B154c2144
Octal27331122370332511441104
Binary1011101111001001100100111110110111010110011001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC993; }

 p { color: rgb(187,201,147); }

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

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

 a { background-color: rgb(187,201,147); }

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

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

 span { border-color: rgb(187,201,147); }

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