Html Css Color HEX #BECA76 Pine Glade

📋 copy color: '#BECA76'

red 190 ◦ green 202 ◦ blue 118

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

Shades of Pine Glade #BECA76

Tints of Pine Glade #BECA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.14%

R = 37.25%
G = 39.61%
B = 23.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#BECA76 (or 0xBECA76) is known color: Pine Glade. HEX triplet: BE, CA and 76. RGB value is (190,202,118). Sum of RGB (Red+Green+Blue) = 190+202+118=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA76 is #413589. Grayscale: #BDBDBD. Windows color (decimal): -4273546 or 7785150. OLE color: 7785150.

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

Color convert

RGB 190 202 118 -
CMYK 0.06 0 0.42 0.21
HSL 68.57º 0.44% 0.63% -
HSV(B) 68.57º 0.42% 0.79% -
XYZ 45.63 54.5 25.25 -
YUV 188.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 190 202 118 0.06 0 0.42 0.21 68.57 0.44 0.63
Hex BE CA 76 6 0 2A 15 45 2C 3F
Octal 276 312 166 6 0 52 25 105 54 77
Binary 10111110 11001010 1110110 110 0 101010 10101 1000101 101100 111111

Color Harmonies of #BECA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA76

Black with #BECA76

Text Example


Text Example

White with #BECA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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