Html Css Color HEX #BDC079 Pine Glade

📋 copy color: '#BDC079'

red 189 ◦ green 192 ◦ blue 121

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

Shades of Pine Glade #BDC079

Tints of Pine Glade #BDC079

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.25%

 BLUE value IS 121 (47.66% from 255) = 24.1%

R = 37.65%
G = 38.25%
B = 24.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BDC079 (or 0xBDC079) is known color: Pine Glade. HEX triplet: BD, C0 and 79. RGB value is (189,192,121). Sum of RGB (Red+Green+Blue) = 189+192+121=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC079 is #423F86. Grayscale: #B7B7B7. Windows color (decimal): -4341639 or 7979197. OLE color: 7979197.

HSL color Cylindrical-coordinate representation of color #BDC079: hue angle of 62.54º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDC079 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 121 -
CMYK 0.02 0 0.37 0.25
HSL 62.54º 0.36% 0.61% -
HSV(B) 62.54º 0.37% 0.75% -
XYZ 43.29 49.9 25.44 -
YUV 183.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 189 192 121 0.02 0 0.37 0.25 62.54 0.36 0.61
Hex BD C0 79 2 0 25 19 3F 24 3D
Octal 275 300 171 2 0 45 31 77 44 75
Binary 10111101 11000000 1111001 10 0 100101 11001 111111 100100 111101

Color Harmonies of #BDC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC079

Black with #BDC079

Text Example


Text Example

White with #BDC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC079; }

 p { color: rgb(189,192,121); }

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

background-color css

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

 a { background-color: rgb(189,192,121); }

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

border-color css

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

 span { border-color: rgb(189,192,121); }

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