#BDCC91

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

Shades of Sprout #BDCC91

Tints of Sprout #BDCC91

Color information

#BDCC91 (or 0xBDCC91) is unknown color: approx Sprout. HEX triplet: BD, CC and 91. RGB value is (189,204,145). Sum of RGB (Red+Green+Blue) = 189+204+145=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC91 is #42336E. Grayscale: #C1C1C1. Windows color (decimal): -4338543 or 9555133. OLE color: 9555133.

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

Color convert

RGB189204145-
CMYK0.0700.290.2
HSL75.25º36.65%68.43%-
HSV(B)75.25º28.92%80%-
XYZ47.6956.0535.09-
YUV192.79101.03125.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 145 (57.03% from 255) = 26.95%
R=35.13%
G=37.92%
B=26.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041450.0700.290.275.2536.6568.43
HexBDCC91701D144b2544
Octal27531422170352411345104
Binary1011110111001100100100011110111011010010010111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC91; }

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

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

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

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

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

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

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

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