Html Css Color HEX #BDC287 Pine Glade

📋 copy color: '#BDC287'

red 189 ◦ green 194 ◦ blue 135

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

Shades of Pine Glade #BDC287

Tints of Pine Glade #BDC287

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.45%

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

R = 36.49%
G = 37.45%
B = 26.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BDC287 (or 0xBDC287) is known color: Pine Glade. HEX triplet: BD, C2 and 87. RGB value is (189,194,135). Sum of RGB (Red+Green+Blue) = 189+194+135=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC287 is #423D78. Grayscale: #BABABA. Windows color (decimal): -4341113 or 8897213. OLE color: 8897213.

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

Color convert

RGB 189 194 135 -
CMYK 0.03 0 0.30 0.24
HSL 65.08º 0.33% 0.65% -
HSV(B) 65.08º 0.3% 0.76% -
XYZ 44.65 51.15 30.44 -
YUV 185.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 189 194 135 0.03 0 0.30 0.24 65.08 0.33 0.65
Hex BD C2 87 3 0 1E 18 41 21 41
Octal 275 302 207 3 0 36 30 101 41 101
Binary 10111101 11000010 10000111 11 0 11110 11000 1000001 100001 1000001

Color Harmonies of #BDC287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC287

Black with #BDC287

Text Example


Text Example

White with #BDC287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC287; }

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

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

background-color css

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

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

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

border-color css

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

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

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