#BDC998

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

Shades of Sprout #BDC998

Tints of Sprout #BDC998

Color information

#BDC998 (or 0xBDC998) is unknown color: approx Sprout. HEX triplet: BD, C9 and 98. RGB value is (189,201,152). Sum of RGB (Red+Green+Blue) = 189+201+152=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC998 is #423667. Grayscale: #C0C0C0. Windows color (decimal): -4339304 or 10013117. OLE color: 10013117.

HSL color Cylindrical-coordinate representation of color #BDC998: hue angle of 74.69º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC998 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB189201152-
CMYK0.0600.240.21
HSL74.69º31.21%69.22%-
HSV(B)74.69º24.38%78.82%-
XYZ47.5454.8637.79-
YUV191.83105.52125.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 201 (78.91% from 255) = 37.08%
BLUE value IS 152 (59.77% from 255) = 28.04%
R=34.87%
G=37.08%
B=28.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011520.0600.240.2174.6931.2169.22
HexBDC9986018154b1f45
Octal27531123060302511337105
Binary101111011100100110011000110011000101011001011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC998; }

 p { color: rgb(189,201,152); }

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

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

 a { background-color: rgb(189,201,152); }

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

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

 span { border-color: rgb(189,201,152); }

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