Html Css Color HEX #BEC181 Pine Glade

📋 copy color: '#BEC181'

red 190 ◦ green 193 ◦ blue 129

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

Shades of Pine Glade #BEC181

Tints of Pine Glade #BEC181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.2%

R = 37.11%
G = 37.7%
B = 25.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#BEC181 (or 0xBEC181) is known color: Pine Glade. HEX triplet: BE, C1 and 81. RGB value is (190,193,129). Sum of RGB (Red+Green+Blue) = 190+193+129=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC181 is #413E7E. Grayscale: #B9B9B9. Windows color (decimal): -4275839 or 8503742. OLE color: 8503742.

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

Color convert

RGB 190 193 129 -
CMYK 0.02 0 0.33 0.24
HSL 62.81º 0.34% 0.63% -
HSV(B) 62.81º 0.33% 0.76% -
XYZ 44.27 50.67 28.22 -
YUV 184.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 190 193 129 0.02 0 0.33 0.24 62.81 0.34 0.63
Hex BE C1 81 2 0 21 18 3F 22 3F
Octal 276 301 201 2 0 41 30 77 42 77
Binary 10111110 11000001 10000001 10 0 100001 11000 111111 100010 111111

Color Harmonies of #BEC181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC181

Black with #BEC181

Text Example


Text Example

White with #BEC181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC181; }

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

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

background-color css

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

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

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

border-color css

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

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

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