Html Css Color HEX #BDC886 Pine Glade

📋 copy color: '#BDC886'

red 189 ◦ green 200 ◦ blue 134

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

Shades of Pine Glade #BDC886

Tints of Pine Glade #BDC886

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.24%

 BLUE value IS 134 (52.73% from 255) = 25.62%

R = 36.14%
G = 38.24%
B = 25.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#BDC886 (or 0xBDC886) is known color: Pine Glade. HEX triplet: BD, C8 and 86. RGB value is (189,200,134). Sum of RGB (Red+Green+Blue) = 189+200+134=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC886 is #423779. Grayscale: #BDBDBD. Windows color (decimal): -4339578 or 8833213. OLE color: 8833213.

HSL color Cylindrical-coordinate representation of color #BDC886: hue angle of 70º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDC886 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 134 -
CMYK 0.06 0 0.33 0.22
HSL 70º 0.38% 0.65% -
HSV(B) 70º 0.33% 0.78% -
XYZ 45.94 53.85 30.53 -
YUV 189.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 189 200 134 0.06 0 0.33 0.22 70 0.38 0.65
Hex BD C8 86 6 0 21 16 46 26 41
Octal 275 310 206 6 0 41 26 106 46 101
Binary 10111101 11001000 10000110 110 0 100001 10110 1000110 100110 1000001

Color Harmonies of #BDC886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC886

Black with #BDC886

Text Example


Text Example

White with #BDC886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC886; }

 p { color: rgb(189,200,134); }

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

background-color css

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

 a { background-color: rgb(189,200,134); }

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

border-color css

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

 span { border-color: rgb(189,200,134); }

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