Html Css Color HEX #BEC57A Pine Glade

📋 copy color: '#BEC57A'

red 190 ◦ green 197 ◦ blue 122

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

Shades of Pine Glade #BEC57A

Tints of Pine Glade #BEC57A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.7%

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

R = 37.33%
G = 38.7%
B = 23.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#BEC57A (or 0xBEC57A) is known color: Pine Glade. HEX triplet: BE, C5 and 7A. RGB value is (190,197,122). Sum of RGB (Red+Green+Blue) = 190+197+122=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC57A is #413A85. Grayscale: #BABABA. Windows color (decimal): -4274822 or 8046014. OLE color: 8046014.

HSL color Cylindrical-coordinate representation of color #BEC57A: hue angle of 65.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEC57A is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 122 -
CMYK 0.04 0 0.38 0.23
HSL 65.6º 0.39% 0.63% -
HSV(B) 65.6º 0.38% 0.77% -
XYZ 44.71 52.28 26.15 -
YUV 186.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 190 197 122 0.04 0 0.38 0.23 65.6 0.39 0.63
Hex BE C5 7A 4 0 26 17 42 27 3F
Octal 276 305 172 4 0 46 27 102 47 77
Binary 10111110 11000101 1111010 100 0 100110 10111 1000010 100111 111111

Color Harmonies of #BEC57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC57A

Black with #BEC57A

Text Example


Text Example

White with #BEC57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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