#BBC893

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

Shades of Sprout #BBC893

Tints of Sprout #BBC893

Color information

#BBC893 (or 0xBBC893) is unknown color: approx Sprout. HEX triplet: BB, C8 and 93. RGB value is (187,200,147). Sum of RGB (Red+Green+Blue) = 187+200+147=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC893 is #44376C. Grayscale: #BEBEBE. Windows color (decimal): -4470637 or 9685179. OLE color: 9685179.

HSL color Cylindrical-coordinate representation of color #BBC893: hue angle of 74.72º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC893 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB187200147-
CMYK0.0600.260.22
HSL74.72º32.52%68.04%-
HSV(B)74.72º26.5%78.43%-
XYZ46.4153.9835.58-
YUV190.07103.69125.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=35.02%
G=37.45%
B=27.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001470.0600.260.2274.7232.5268.04
HexBBC893601A164b2144
Octal27331022360322611341104
Binary1011101111001000100100111100110101011010010111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC893; }

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

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

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

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

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

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

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

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