#BDCC99

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

Shades of Sprout #BDCC99

Tints of Sprout #BDCC99

Color information

#BDCC99 (or 0xBDCC99) is unknown color: approx Sprout. HEX triplet: BD, CC and 99. RGB value is (189,204,153). Sum of RGB (Red+Green+Blue) = 189+204+153=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC99 is #423366. Grayscale: #C1C1C1. Windows color (decimal): -4338535 or 10079421. OLE color: 10079421.

HSL color Cylindrical-coordinate representation of color #BDCC99: hue angle of 77.65º degrees, saturation: 0.33, 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 #BDCC99 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB189204153-
CMYK0.0700.250.2
HSL77.65º33.33%70%-
HSV(B)77.65º25%80%-
XYZ48.3356.338.46-
YUV193.7105.03124.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 153 (60.16% from 255) = 28.02%
R=34.62%
G=37.36%
B=28.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041530.0700.250.277.6533.3370
HexBDCC997019144e2146
Octal27531423170312411641106
Binary1011110111001100100110011110110011010010011101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC99; }

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

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

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

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

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

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

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

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