Html Css Color HEX #BDC576 Pine Glade

📋 copy color: '#BDC576'

red 189 ◦ green 197 ◦ blue 118

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

Shades of Pine Glade #BDC576

Tints of Pine Glade #BDC576

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.09%

 BLUE value IS 118 (46.48% from 255) = 23.41%

R = 37.5%
G = 39.09%
B = 23.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#BDC576 (or 0xBDC576) is known color: Pine Glade. HEX triplet: BD, C5 and 76. RGB value is (189,197,118). Sum of RGB (Red+Green+Blue) = 189+197+118=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC576 is #423A89. Grayscale: #B9B9B9. Windows color (decimal): -4340362 or 7783869. OLE color: 7783869.

HSL color Cylindrical-coordinate representation of color #BDC576: hue angle of 66.08º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC576 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 118 -
CMYK 0.04 0 0.40 0.23
HSL 66.08º 0.41% 0.62% -
HSV(B) 66.08º 0.4% 0.77% -
XYZ 44.22 52.06 24.86 -
YUV 185.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 189 197 118 0.04 0 0.40 0.23 66.08 0.41 0.62
Hex BD C5 76 4 0 28 17 42 29 3E
Octal 275 305 166 4 0 50 27 102 51 76
Binary 10111101 11000101 1110110 100 0 101000 10111 1000010 101001 111110

Color Harmonies of #BDC576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC576

Black with #BDC576

Text Example


Text Example

White with #BDC576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC576; }

 p { color: rgb(189,197,118); }

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

background-color css

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

 a { background-color: rgb(189,197,118); }

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

border-color css

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

 span { border-color: rgb(189,197,118); }

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