Html Css Color HEX #BDC686 Pine Glade

📋 copy color: '#BDC686'

red 189 ◦ green 198 ◦ blue 134

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

Shades of Pine Glade #BDC686

Tints of Pine Glade #BDC686

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38%

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

R = 36.28%
G = 38%
B = 25.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#BDC686 (or 0xBDC686) is known color: Pine Glade. HEX triplet: BD, C6 and 86. RGB value is (189,198,134). Sum of RGB (Red+Green+Blue) = 189+198+134=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC686 is #423979. Grayscale: #BCBCBC. Windows color (decimal): -4340090 or 8832701. OLE color: 8832701.

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

Color convert

RGB 189 198 134 -
CMYK 0.05 0 0.32 0.22
HSL 68.44º 0.36% 0.65% -
HSV(B) 68.44º 0.32% 0.78% -
XYZ 45.48 52.93 30.37 -
YUV 188.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 189 198 134 0.05 0 0.32 0.22 68.44 0.36 0.65
Hex BD C6 86 5 0 20 16 44 24 41
Octal 275 306 206 5 0 40 26 104 44 101
Binary 10111101 11000110 10000110 101 0 100000 10110 1000100 100100 1000001

Color Harmonies of #BDC686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC686

Black with #BDC686

Text Example


Text Example

White with #BDC686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC686; }

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

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

background-color css

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

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

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

border-color css

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

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

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