Html Css Color HEX #BEC17F Pine Glade

📋 copy color: '#BEC17F'

red 190 ◦ green 193 ◦ blue 127

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

Shades of Pine Glade #BEC17F

Tints of Pine Glade #BEC17F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.84%

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

R = 37.25%
G = 37.84%
B = 24.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#BEC17F (or 0xBEC17F) is known color: Pine Glade. HEX triplet: BE, C1 and 7F. RGB value is (190,193,127). Sum of RGB (Red+Green+Blue) = 190+193+127=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC17F is #413E80. Grayscale: #B8B8B8. Windows color (decimal): -4275841 or 8372670. OLE color: 8372670.

HSL color Cylindrical-coordinate representation of color #BEC17F: hue angle of 62.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEC17F is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 127 -
CMYK 0.02 0 0.34 0.24
HSL 62.73º 0.35% 0.63% -
HSV(B) 62.73º 0.34% 0.76% -
XYZ 44.14 50.62 27.52 -
YUV 184.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 190 193 127 0.02 0 0.34 0.24 62.73 0.35 0.63
Hex BE C1 7F 2 0 22 18 3F 23 3F
Octal 276 301 177 2 0 42 30 77 43 77
Binary 10111110 11000001 1111111 10 0 100010 11000 111111 100011 111111

Color Harmonies of #BEC17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC17F

Black with #BEC17F

Text Example


Text Example

White with #BEC17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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