Html Css Color HEX #BECA77 Pine Glade

📋 copy color: '#BECA77'

red 190 ◦ green 202 ◦ blue 119

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

Shades of Pine Glade #BECA77

Tints of Pine Glade #BECA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.29%

R = 37.18%
G = 39.53%
B = 23.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#BECA77 (or 0xBECA77) is known color: Pine Glade. HEX triplet: BE, CA and 77. RGB value is (190,202,119). Sum of RGB (Red+Green+Blue) = 190+202+119=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA77 is #413588. Grayscale: #BDBDBD. Windows color (decimal): -4273545 or 7850686. OLE color: 7850686.

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

Color convert

RGB 190 202 119 -
CMYK 0.06 0 0.41 0.21
HSL 68.67º 0.44% 0.63% -
HSV(B) 68.67º 0.41% 0.79% -
XYZ 45.69 54.52 25.57 -
YUV 188.95 88.52 128.75 -
System Red Green Blue C M Y K H S L
Decimal 190 202 119 0.06 0 0.41 0.21 68.67 0.44 0.63
Hex BE CA 77 6 0 29 15 45 2C 3F
Octal 276 312 167 6 0 51 25 105 54 77
Binary 10111110 11001010 1110111 110 0 101001 10101 1000101 101100 111111

Color Harmonies of #BECA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA77

Black with #BECA77

Text Example


Text Example

White with #BECA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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