Html Css Color HEX #BECA86 Pine Glade

📋 copy color: '#BECA86'

red 190 ◦ green 202 ◦ blue 134

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

Shades of Pine Glade #BECA86

Tints of Pine Glade #BECA86

RGB

 RED value IS 190 (74.61% from 255) = 36.12%

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

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

R = 36.12%
G = 38.4%
B = 25.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#BECA86 (or 0xBECA86) is known color: Pine Glade. HEX triplet: BE, CA and 86. RGB value is (190,202,134). Sum of RGB (Red+Green+Blue) = 190+202+134=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA86 is #413579. Grayscale: #BEBEBE. Windows color (decimal): -4273530 or 8833726. OLE color: 8833726.

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

Color convert

RGB 190 202 134 -
CMYK 0.06 0 0.34 0.21
HSL 70.59º 0.39% 0.66% -
HSV(B) 70.59º 0.34% 0.79% -
XYZ 46.66 54.91 30.69 -
YUV 190.66 96.02 127.53 -
System Red Green Blue C M Y K H S L
Decimal 190 202 134 0.06 0 0.34 0.21 70.59 0.39 0.66
Hex BE CA 86 6 0 22 15 47 27 42
Octal 276 312 206 6 0 42 25 107 47 102
Binary 10111110 11001010 10000110 110 0 100010 10101 1000111 100111 1000010

Color Harmonies of #BECA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA86

Black with #BECA86

Text Example


Text Example

White with #BECA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA86; }

 p { color: rgb(190,202,134); }

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

background-color css

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

 a { background-color: rgb(190,202,134); }

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

border-color css

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

 span { border-color: rgb(190,202,134); }

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