Html Css Color HEX #BDCA87 Pine Glade

📋 copy color: '#BDCA87'

red 189 ◦ green 202 ◦ blue 135

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

Shades of Pine Glade #BDCA87

Tints of Pine Glade #BDCA87

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.4%

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

R = 35.93%
G = 38.4%
B = 25.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#BDCA87 (or 0xBDCA87) is known color: Pine Glade. HEX triplet: BD, CA and 87. RGB value is (189,202,135). Sum of RGB (Red+Green+Blue) = 189+202+135=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA87 is #423578. Grayscale: #BEBEBE. Windows color (decimal): -4339065 or 8899261. OLE color: 8899261.

HSL color Cylindrical-coordinate representation of color #BDCA87: hue angle of 71.64º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDCA87 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 135 -
CMYK 0.06 0 0.33 0.21
HSL 71.64º 0.39% 0.66% -
HSV(B) 71.64º 0.33% 0.79% -
XYZ 46.48 54.81 31.05 -
YUV 190.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 189 202 135 0.06 0 0.33 0.21 71.64 0.39 0.66
Hex BD CA 87 6 0 21 15 48 27 42
Octal 275 312 207 6 0 41 25 110 47 102
Binary 10111101 11001010 10000111 110 0 100001 10101 1001000 100111 1000010

Color Harmonies of #BDCA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA87

Black with #BDCA87

Text Example


Text Example

White with #BDCA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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