Html Css Color HEX #BEC57E Pine Glade

📋 copy color: '#BEC57E'

red 190 ◦ green 197 ◦ blue 126

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

Shades of Pine Glade #BEC57E

Tints of Pine Glade #BEC57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.56%

R = 37.04%
G = 38.4%
B = 24.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#BEC57E (or 0xBEC57E) is known color: Pine Glade. HEX triplet: BE, C5 and 7E. RGB value is (190,197,126). Sum of RGB (Red+Green+Blue) = 190+197+126=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC57E is #413A81. Grayscale: #BBBBBB. Windows color (decimal): -4274818 or 8308158. OLE color: 8308158.

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

Color convert

RGB 190 197 126 -
CMYK 0.04 0 0.36 0.23
HSL 65.92º 0.38% 0.63% -
HSV(B) 65.92º 0.36% 0.77% -
XYZ 44.97 52.39 27.48 -
YUV 186.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 190 197 126 0.04 0 0.36 0.23 65.92 0.38 0.63
Hex BE C5 7E 4 0 24 17 42 26 3F
Octal 276 305 176 4 0 44 27 102 46 77
Binary 10111110 11000101 1111110 100 0 100100 10111 1000010 100110 111111

Color Harmonies of #BEC57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC57E

Black with #BEC57E

Text Example


Text Example

White with #BEC57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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