Html Css Color HEX #BDC187 Pine Glade

📋 copy color: '#BDC187'

red 189 ◦ green 193 ◦ blue 135

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

Shades of Pine Glade #BDC187

Tints of Pine Glade #BDC187

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.33%

 BLUE value IS 135 (53.13% from 255) = 26.11%

R = 36.56%
G = 37.33%
B = 26.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BDC187 (or 0xBDC187) is known color: Pine Glade. HEX triplet: BD, C1 and 87. RGB value is (189,193,135). Sum of RGB (Red+Green+Blue) = 189+193+135=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC187 is #423E78. Grayscale: #B9B9B9. Windows color (decimal): -4341369 or 8896957. OLE color: 8896957.

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

Color convert

RGB 189 193 135 -
CMYK 0.02 0 0.30 0.24
HSL 64.14º 0.32% 0.64% -
HSV(B) 64.14º 0.3% 0.76% -
XYZ 44.43 50.71 30.37 -
YUV 185.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 189 193 135 0.02 0 0.30 0.24 64.14 0.32 0.64
Hex BD C1 87 2 0 1E 18 40 20 40
Octal 275 301 207 2 0 36 30 100 40 100
Binary 10111101 11000001 10000111 10 0 11110 11000 1000000 100000 1000000

Color Harmonies of #BDC187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC187

Black with #BDC187

Text Example


Text Example

White with #BDC187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC187; }

 p { color: rgb(189,193,135); }

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

background-color css

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

 a { background-color: rgb(189,193,135); }

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

border-color css

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

 span { border-color: rgb(189,193,135); }

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