Html Css Color HEX #BEC977 Pine Glade

📋 copy color: '#BEC977'

red 190 ◦ green 201 ◦ blue 119

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

Shades of Pine Glade #BEC977

Tints of Pine Glade #BEC977

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.41%

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

R = 37.25%
G = 39.41%
B = 23.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#BEC977 (or 0xBEC977) is known color: Pine Glade. HEX triplet: BE, C9 and 77. RGB value is (190,201,119). Sum of RGB (Red+Green+Blue) = 190+201+119=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC977 is #413688. Grayscale: #BCBCBC. Windows color (decimal): -4273801 or 7850430. OLE color: 7850430.

HSL color Cylindrical-coordinate representation of color #BEC977: hue angle of 68.05º degrees, saturation: 0.43, 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 #BEC977 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 119 -
CMYK 0.05 0 0.41 0.21
HSL 68.05º 0.43% 0.63% -
HSV(B) 68.05º 0.41% 0.79% -
XYZ 45.45 54.05 25.49 -
YUV 188.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 190 201 119 0.05 0 0.41 0.21 68.05 0.43 0.63
Hex BE C9 77 5 0 29 15 44 2B 3F
Octal 276 311 167 5 0 51 25 104 53 77
Binary 10111110 11001001 1110111 101 0 101001 10101 1000100 101011 111111

Color Harmonies of #BEC977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC977

Black with #BEC977

Text Example


Text Example

White with #BEC977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC977; }

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

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

background-color css

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

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

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

border-color css

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

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

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