Html Css Color HEX #BDC986 Pine Glade

📋 copy color: '#BDC986'

red 189 ◦ green 201 ◦ blue 134

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

Shades of Pine Glade #BDC986

Tints of Pine Glade #BDC986

RGB

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

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

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

R = 36.07%
G = 38.36%
B = 25.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#BDC986 (or 0xBDC986) is known color: Pine Glade. HEX triplet: BD, C9 and 86. RGB value is (189,201,134). Sum of RGB (Red+Green+Blue) = 189+201+134=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC986 is #423679. Grayscale: #BEBEBE. Windows color (decimal): -4339322 or 8833469. OLE color: 8833469.

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

Color convert

RGB 189 201 134 -
CMYK 0.06 0 0.33 0.21
HSL 70.75º 0.38% 0.66% -
HSV(B) 70.75º 0.33% 0.79% -
XYZ 46.18 54.31 30.6 -
YUV 189.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 189 201 134 0.06 0 0.33 0.21 70.75 0.38 0.66
Hex BD C9 86 6 0 21 15 47 26 42
Octal 275 311 206 6 0 41 25 107 46 102
Binary 10111101 11001001 10000110 110 0 100001 10101 1000111 100110 1000010

Color Harmonies of #BDC986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC986

Black with #BDC986

Text Example


Text Example

White with #BDC986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC986; }

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

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

background-color css

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

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

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

border-color css

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

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

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