Html Css Color HEX #BEC377 Pine Glade

📋 copy color: '#BEC377'

red 190 ◦ green 195 ◦ blue 119

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

Shades of Pine Glade #BEC377

Tints of Pine Glade #BEC377

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

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

R = 37.7%
G = 38.69%
B = 23.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BEC377 (or 0xBEC377) is known color: Pine Glade. HEX triplet: BE, C3 and 77. RGB value is (190,195,119). Sum of RGB (Red+Green+Blue) = 190+195+119=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC377 is #413C88. Grayscale: #B9B9B9. Windows color (decimal): -4275337 or 7848894. OLE color: 7848894.

HSL color Cylindrical-coordinate representation of color #BEC377: hue angle of 63.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEC377 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 119 -
CMYK 0.03 0 0.39 0.24
HSL 63.95º 0.39% 0.62% -
HSV(B) 63.95º 0.39% 0.76% -
XYZ 44.08 51.31 25.03 -
YUV 184.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 190 195 119 0.03 0 0.39 0.24 63.95 0.39 0.62
Hex BE C3 77 3 0 27 18 40 27 3E
Octal 276 303 167 3 0 47 30 100 47 76
Binary 10111110 11000011 1110111 11 0 100111 11000 1000000 100111 111110

Color Harmonies of #BEC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC377

Black with #BEC377

Text Example


Text Example

White with #BEC377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC377; }

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

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

background-color css

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

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

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

border-color css

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

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

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