Html Css Color HEX #BDC587 Pine Glade

📋 copy color: '#BDC587'

red 189 ◦ green 197 ◦ blue 135

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

Shades of Pine Glade #BDC587

Tints of Pine Glade #BDC587

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.81%

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

R = 36.28%
G = 37.81%
B = 25.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#BDC587 (or 0xBDC587) is known color: Pine Glade. HEX triplet: BD, C5 and 87. RGB value is (189,197,135). Sum of RGB (Red+Green+Blue) = 189+197+135=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC587 is #423A78. Grayscale: #BBBBBB. Windows color (decimal): -4340345 or 8897981. OLE color: 8897981.

HSL color Cylindrical-coordinate representation of color #BDC587: hue angle of 67.74º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDC587 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 135 -
CMYK 0.04 0 0.31 0.23
HSL 67.74º 0.35% 0.65% -
HSV(B) 67.74º 0.31% 0.77% -
XYZ 45.33 52.5 30.67 -
YUV 187.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 189 197 135 0.04 0 0.31 0.23 67.74 0.35 0.65
Hex BD C5 87 4 0 1F 17 44 23 41
Octal 275 305 207 4 0 37 27 104 43 101
Binary 10111101 11000101 10000111 100 0 11111 10111 1000100 100011 1000001

Color Harmonies of #BDC587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC587

Black with #BDC587

Text Example


Text Example

White with #BDC587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC587; }

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

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

background-color css

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

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

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

border-color css

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

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

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