Html Css Color HEX #BDC99D Sprout

📋 copy color: '#BDC99D'

red 189 ◦ green 201 ◦ blue 157

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

Shades of Sprout #BDC99D

Tints of Sprout #BDC99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.7%

R = 34.55%
G = 36.75%
B = 28.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#BDC99D (or 0xBDC99D) is known color: Sprout. HEX triplet: BD, C9 and 9D. RGB value is (189,201,157). Sum of RGB (Red+Green+Blue) = 189+201+157=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC99D is #423662. Grayscale: #C0C0C0. Windows color (decimal): -4339299 or 10340797. OLE color: 10340797.

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

Color convert

RGB 189 201 157 -
CMYK 0.06 0 0.22 0.21
HSL 76.36º 0.29% 0.7% -
HSV(B) 76.36º 0.22% 0.79% -
XYZ 47.96 55.03 39.99 -
YUV 192.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 189 201 157 0.06 0 0.22 0.21 76.36 0.29 0.7
Hex BD C9 9D 6 0 16 15 4C 1D 46
Octal 275 311 235 6 0 26 25 114 35 106
Binary 10111101 11001001 10011101 110 0 10110 10101 1001100 11101 1000110

Color Harmonies of #BDC99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC99D

Black with #BDC99D

Text Example


Text Example

White with #BDC99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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