Html Css Color HEX #BEC77A Pine Glade

📋 copy color: '#BEC77A'

red 190 ◦ green 199 ◦ blue 122

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

Shades of Pine Glade #BEC77A

Tints of Pine Glade #BEC77A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.94%

 BLUE value IS 122 (48.05% from 255) = 23.87%

R = 37.18%
G = 38.94%
B = 23.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#BEC77A (or 0xBEC77A) is known color: Pine Glade. HEX triplet: BE, C7 and 7A. RGB value is (190,199,122). Sum of RGB (Red+Green+Blue) = 190+199+122=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC77A is #413885. Grayscale: #BBBBBB. Windows color (decimal): -4274310 or 8046526. OLE color: 8046526.

HSL color Cylindrical-coordinate representation of color #BEC77A: hue angle of 67.01º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEC77A is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 199 122 -
CMYK 0.05 0 0.39 0.22
HSL 67.01º 0.41% 0.63% -
HSV(B) 67.01º 0.39% 0.78% -
XYZ 45.17 53.2 26.3 -
YUV 187.53 91.02 129.76 -
System Red Green Blue C M Y K H S L
Decimal 190 199 122 0.05 0 0.39 0.22 67.01 0.41 0.63
Hex BE C7 7A 5 0 27 16 43 29 3F
Octal 276 307 172 5 0 47 26 103 51 77
Binary 10111110 11000111 1111010 101 0 100111 10110 1000011 101001 111111

Color Harmonies of #BEC77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC77A

Black with #BEC77A

Text Example


Text Example

White with #BEC77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC77A; }

 p { color: rgb(190,199,122); }

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

background-color css

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

 a { background-color: rgb(190,199,122); }

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

border-color css

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

 span { border-color: rgb(190,199,122); }

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