Html Css Color HEX #BEC97C Pine Glade

📋 copy color: '#BEC97C'

red 190 ◦ green 201 ◦ blue 124

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

Shades of Pine Glade #BEC97C

Tints of Pine Glade #BEC97C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.03%

 BLUE value IS 124 (48.83% from 255) = 24.08%

R = 36.89%
G = 39.03%
B = 24.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#BEC97C (or 0xBEC97C) is known color: Pine Glade. HEX triplet: BE, C9 and 7C. RGB value is (190,201,124). Sum of RGB (Red+Green+Blue) = 190+201+124=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC97C is #413683. Grayscale: #BDBDBD. Windows color (decimal): -4273796 or 8178110. OLE color: 8178110.

HSL color Cylindrical-coordinate representation of color #BEC97C: hue angle of 68.57º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEC97C is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 124 -
CMYK 0.05 0 0.38 0.21
HSL 68.57º 0.42% 0.64% -
HSV(B) 68.57º 0.38% 0.79% -
XYZ 45.76 54.18 27.11 -
YUV 188.93 91.36 128.76 -
System Red Green Blue C M Y K H S L
Decimal 190 201 124 0.05 0 0.38 0.21 68.57 0.42 0.64
Hex BE C9 7C 5 0 26 15 45 2A 40
Octal 276 311 174 5 0 46 25 105 52 100
Binary 10111110 11001001 1111100 101 0 100110 10101 1000101 101010 1000000

Color Harmonies of #BEC97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC97C

Black with #BEC97C

Text Example


Text Example

White with #BEC97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC97C; }

 p { color: rgb(190,201,124); }

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

background-color css

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

 a { background-color: rgb(190,201,124); }

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

border-color css

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

 span { border-color: rgb(190,201,124); }

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