#BDCC92

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

Shades of Sprout #BDCC92

Tints of Sprout #BDCC92

Color information

#BDCC92 (or 0xBDCC92) is unknown color: approx Sprout. HEX triplet: BD, CC and 92. RGB value is (189,204,146). Sum of RGB (Red+Green+Blue) = 189+204+146=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC92 is #42336D. Grayscale: #C1C1C1. Windows color (decimal): -4338542 or 9620669. OLE color: 9620669.

HSL color Cylindrical-coordinate representation of color #BDCC92: hue angle of 75.52º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDCC92 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB189204146-
CMYK0.0700.280.2
HSL75.52º36.25%68.63%-
HSV(B)75.52º28.43%80%-
XYZ47.7756.0835.5-
YUV192.9101.53125.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 146 (57.42% from 255) = 27.09%
R=35.06%
G=37.85%
B=27.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041460.0700.280.275.5236.2568.63
HexBDCC92701C144c2445
Octal27531422270342411444105
Binary1011110111001100100100101110111001010010011001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC92; }

 p { color: rgb(189,204,146); }

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

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

 a { background-color: rgb(189,204,146); }

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

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

 span { border-color: rgb(189,204,146); }

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