Html Css Color HEX #BDC086 Pine Glade

📋 copy color: '#BDC086'

red 189 ◦ green 192 ◦ blue 134

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

Shades of Pine Glade #BDC086

Tints of Pine Glade #BDC086

RGB

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

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

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

R = 36.7%
G = 37.28%
B = 26.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BDC086 (or 0xBDC086) is known color: Pine Glade. HEX triplet: BD, C0 and 86. RGB value is (189,192,134). Sum of RGB (Red+Green+Blue) = 189+192+134=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC086 is #423F79. Grayscale: #B8B8B8. Windows color (decimal): -4341626 or 8831165. OLE color: 8831165.

HSL color Cylindrical-coordinate representation of color #BDC086: hue angle of 63.1º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDC086 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 134 -
CMYK 0.02 0 0.30 0.25
HSL 63.1º 0.32% 0.64% -
HSV(B) 63.1º 0.3% 0.75% -
XYZ 44.14 50.24 29.93 -
YUV 184.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 189 192 134 0.02 0 0.30 0.25 63.1 0.32 0.64
Hex BD C0 86 2 0 1E 19 3F 20 40
Octal 275 300 206 2 0 36 31 77 40 100
Binary 10111101 11000000 10000110 10 0 11110 11001 111111 100000 1000000

Color Harmonies of #BDC086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC086

Black with #BDC086

Text Example


Text Example

White with #BDC086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC086; }

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

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

background-color css

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

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

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

border-color css

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

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

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