Html Css Color HEX #BEC47F Pine Glade

📋 copy color: '#BEC47F'

red 190 ◦ green 196 ◦ blue 127

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

Shades of Pine Glade #BEC47F

Tints of Pine Glade #BEC47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.76%

R = 37.04%
G = 38.21%
B = 24.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#BEC47F (or 0xBEC47F) is known color: Pine Glade. HEX triplet: BE, C4 and 7F. RGB value is (190,196,127). Sum of RGB (Red+Green+Blue) = 190+196+127=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC47F is #413B80. Grayscale: #BABABA. Windows color (decimal): -4275073 or 8373438. OLE color: 8373438.

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

Color convert

RGB 190 196 127 -
CMYK 0.03 0 0.35 0.23
HSL 65.22º 0.37% 0.63% -
HSV(B) 65.22º 0.35% 0.77% -
XYZ 44.81 51.96 27.75 -
YUV 186.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 190 196 127 0.03 0 0.35 0.23 65.22 0.37 0.63
Hex BE C4 7F 3 0 23 17 41 25 3F
Octal 276 304 177 3 0 43 27 101 45 77
Binary 10111110 11000100 1111111 11 0 100011 10111 1000001 100101 111111

Color Harmonies of #BEC47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC47F

Black with #BEC47F

Text Example


Text Example

White with #BEC47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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