Html Css Color HEX #BEC18B Pine Glade

📋 copy color: '#BEC18B'

red 190 ◦ green 193 ◦ blue 139

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

Shades of Pine Glade #BEC18B

Tints of Pine Glade #BEC18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.63%

R = 36.4%
G = 36.97%
B = 26.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#BEC18B (or 0xBEC18B) is known color: Pine Glade. HEX triplet: BE, C1 and 8B. RGB value is (190,193,139). Sum of RGB (Red+Green+Blue) = 190+193+139=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC18B is #413E74. Grayscale: #BABABA. Windows color (decimal): -4275829 or 9159102. OLE color: 9159102.

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

Color convert

RGB 190 193 139 -
CMYK 0.02 0 0.28 0.24
HSL 63.33º 0.3% 0.65% -
HSV(B) 63.33º 0.28% 0.76% -
XYZ 44.97 50.95 31.89 -
YUV 185.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 190 193 139 0.02 0 0.28 0.24 63.33 0.3 0.65
Hex BE C1 8B 2 0 1C 18 3F 1E 41
Octal 276 301 213 2 0 34 30 77 36 101
Binary 10111110 11000001 10001011 10 0 11100 11000 111111 11110 1000001

Color Harmonies of #BEC18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC18B

Black with #BEC18B

Text Example


Text Example

White with #BEC18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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