Html Css Color HEX #BEC476 Pine Glade

📋 copy color: '#BEC476'

red 190 ◦ green 196 ◦ blue 118

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

Shades of Pine Glade #BEC476

Tints of Pine Glade #BEC476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.89%

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

R = 37.7%
G = 38.89%
B = 23.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#BEC476 (or 0xBEC476) is known color: Pine Glade. HEX triplet: BE, C4 and 76. RGB value is (190,196,118). Sum of RGB (Red+Green+Blue) = 190+196+118=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC476 is #413B89. Grayscale: #B9B9B9. Windows color (decimal): -4275082 or 7783614. OLE color: 7783614.

HSL color Cylindrical-coordinate representation of color #BEC476: hue angle of 64.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC476 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 118 -
CMYK 0.03 0 0.40 0.23
HSL 64.62º 0.4% 0.62% -
HSV(B) 64.62º 0.4% 0.77% -
XYZ 44.25 51.74 24.79 -
YUV 185.31 90.01 131.34 -
System Red Green Blue C M Y K H S L
Decimal 190 196 118 0.03 0 0.40 0.23 64.62 0.4 0.62
Hex BE C4 76 3 0 28 17 41 28 3E
Octal 276 304 166 3 0 50 27 101 50 76
Binary 10111110 11000100 1110110 11 0 101000 10111 1000001 101000 111110

Color Harmonies of #BEC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC476

Black with #BEC476

Text Example


Text Example

White with #BEC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC476; }

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

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

background-color css

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

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

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

border-color css

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

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

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