#BDD88C

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

Shades of Sprout #BDD88C

Tints of Sprout #BDD88C

Color information

#BDD88C (or 0xBDD88C) is unknown color: approx Sprout. HEX triplet: BD, D8 and 8C. RGB value is (189,216,140). Sum of RGB (Red+Green+Blue) = 189+216+140=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD88C is #422773. Grayscale: #C7C7C7. Windows color (decimal): -4335476 or 9230525. OLE color: 9230525.

HSL color Cylindrical-coordinate representation of color #BDD88C: hue angle of 81.32º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDD88C is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB189216140-
CMYK0.1200.350.15
HSL81.32º49.35%69.8%-
HSV(B)81.32º35.19%84.71%-
XYZ50.2861.8234.09-
YUV199.2694.55120.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 140 (55.08% from 255) = 25.69%
R=34.68%
G=39.63%
B=25.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161400.1200.350.1581.3249.3569.8
HexBDD88CC023F513146
Octal275330214140431712161106
Binary10111101110110001000110011000100011111110100011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD88C; }

 p { color: rgb(189,216,140); }

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

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

 a { background-color: rgb(189,216,140); }

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

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

 span { border-color: rgb(189,216,140); }

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