Html Css Color HEX #BEC371 Pine Glade

📋 copy color: '#BEC371'

red 190 ◦ green 195 ◦ blue 113

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

Shades of Pine Glade #BEC371

Tints of Pine Glade #BEC371

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.16%

 BLUE value IS 113 (44.53% from 255) = 22.69%

R = 38.15%
G = 39.16%
B = 22.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#BEC371 (or 0xBEC371) is known color: Pine Glade. HEX triplet: BE, C3 and 71. RGB value is (190,195,113). Sum of RGB (Red+Green+Blue) = 190+195+113=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC371 is #413C8E. Grayscale: #B8B8B8. Windows color (decimal): -4275343 or 7455678. OLE color: 7455678.

HSL color Cylindrical-coordinate representation of color #BEC371: hue angle of 63.66º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC371 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 113 -
CMYK 0.03 0 0.42 0.24
HSL 63.66º 0.41% 0.6% -
HSV(B) 63.66º 0.42% 0.76% -
XYZ 43.73 51.17 23.19 -
YUV 184.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 190 195 113 0.03 0 0.42 0.24 63.66 0.41 0.6
Hex BE C3 71 3 0 2A 18 40 29 3C
Octal 276 303 161 3 0 52 30 100 51 74
Binary 10111110 11000011 1110001 11 0 101010 11000 1000000 101001 111100

Color Harmonies of #BEC371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC371

Black with #BEC371

Text Example


Text Example

White with #BEC371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC371; }

 p { color: rgb(190,195,113); }

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

background-color css

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

 a { background-color: rgb(190,195,113); }

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

border-color css

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

 span { border-color: rgb(190,195,113); }

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