#BBCD9A

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

Shades of Sprout #BBCD9A

Tints of Sprout #BBCD9A

Color information

#BBCD9A (or 0xBBCD9A) is unknown color: approx Sprout. HEX triplet: BB, CD and 9A. RGB value is (187,205,154). Sum of RGB (Red+Green+Blue) = 187+205+154=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD9A is #443265. Grayscale: #C1C1C1. Windows color (decimal): -4469350 or 10145211. OLE color: 10145211.

HSL color Cylindrical-coordinate representation of color #BBCD9A: hue angle of 81.18º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCD9A is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB187205154-
CMYK0.0900.250.20
HSL81.18º33.77%70.39%-
HSV(B)81.18º24.88%80.39%-
XYZ48.1656.5638.95-
YUV193.8105.54123.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=34.25%
G=37.55%
B=28.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051540.0900.250.2081.1833.7770.39
HexBBCD9A901914512246
Octal273315232110312412142106
Binary10111011110011011001101010010110011010010100011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD9A; }

 p { color: rgb(187,205,154); }

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

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

 a { background-color: rgb(187,205,154); }

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

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

 span { border-color: rgb(187,205,154); }

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