Html Css Color HEX #BDC999 Sprout

📋 copy color: '#BDC999'

red 189 ◦ green 201 ◦ blue 153

#BDC999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BDC999

Tints of Sprout #BDC999

RGB

 RED value IS 189 (74.22% from 255) = 34.81%

 GREEN value IS 201 (78.91% from 255) = 37.02%

 BLUE value IS 153 (60.16% from 255) = 28.18%

R = 34.81%
G = 37.02%
B = 28.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#BDC999 (or 0xBDC999) is known color: Sprout. HEX triplet: BD, C9 and 99. RGB value is (189,201,153). Sum of RGB (Red+Green+Blue) = 189+201+153=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC999 is #423666. Grayscale: #C0C0C0. Windows color (decimal): -4339303 or 10078653. OLE color: 10078653.

HSL color Cylindrical-coordinate representation of color #BDC999: hue angle of 75º 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 #BDC999 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 153 -
CMYK 0.06 0 0.24 0.21
HSL 75º 0.31% 0.69% -
HSV(B) 75º 0.24% 0.79% -
XYZ 47.62 54.89 38.22 -
YUV 191.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 189 201 153 0.06 0 0.24 0.21 75 0.31 0.69
Hex BD C9 99 6 0 18 15 4B 1F 45
Octal 275 311 231 6 0 30 25 113 37 105
Binary 10111101 11001001 10011001 110 0 11000 10101 1001011 11111 1000101

Color Harmonies of #BDC999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC999

Black with #BDC999

Text Example


Text Example

White with #BDC999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC999; }

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

 H1.HeaderClassName
 {
   color: #BDC999;
 }
 .AnyTagClassName
 {
   color: #BDC999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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