Html Css Color HEX #BDC79F Sprout

📋 copy color: '#BDC79F'

red 189 ◦ green 199 ◦ blue 159

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

Shades of Sprout #BDC79F

Tints of Sprout #BDC79F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.38%

 BLUE value IS 159 (62.5% from 255) = 29.07%

R = 34.55%
G = 36.38%
B = 29.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#BDC79F (or 0xBDC79F) is known color: Sprout. HEX triplet: BD, C7 and 9F. RGB value is (189,199,159). Sum of RGB (Red+Green+Blue) = 189+199+159=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC79F is #423860. Grayscale: #BFBFBF. Windows color (decimal): -4339809 or 10471357. OLE color: 10471357.

HSL color Cylindrical-coordinate representation of color #BDC79F: hue angle of 75º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC79F is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 159 -
CMYK 0.05 0 0.20 0.22
HSL 75º 0.26% 0.7% -
HSV(B) 75º 0.2% 0.78% -
XYZ 47.67 54.17 40.74 -
YUV 191.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 189 199 159 0.05 0 0.20 0.22 75 0.26 0.7
Hex BD C7 9F 5 0 14 16 4B 1A 46
Octal 275 307 237 5 0 24 26 113 32 106
Binary 10111101 11000111 10011111 101 0 10100 10110 1001011 11010 1000110

Color Harmonies of #BDC79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC79F

Black with #BDC79F

Text Example


Text Example

White with #BDC79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC79F; }

 p { color: rgb(189,199,159); }

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

background-color css

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

 a { background-color: rgb(189,199,159); }

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

border-color css

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

 span { border-color: rgb(189,199,159); }

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