Html Css Color HEX #BEC18A Pine Glade

📋 copy color: '#BEC18A'

red 190 ◦ green 193 ◦ blue 138

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

Shades of Pine Glade #BEC18A

Tints of Pine Glade #BEC18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.49%

R = 36.47%
G = 37.04%
B = 26.49%

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

#BEC18A (or 0xBEC18A) is known color: Pine Glade. HEX triplet: BE, C1 and 8A. RGB value is (190,193,138). Sum of RGB (Red+Green+Blue) = 190+193+138=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC18A is #413E75. Grayscale: #BABABA. Windows color (decimal): -4275830 or 9093566. OLE color: 9093566.

HSL color Cylindrical-coordinate representation of color #BEC18A: hue angle of 63.27º degrees, saturation: 0.31, 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 #BEC18A is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 138 -
CMYK 0.02 0 0.28 0.24
HSL 63.27º 0.31% 0.65% -
HSV(B) 63.27º 0.28% 0.76% -
XYZ 44.89 50.92 31.51 -
YUV 185.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 190 193 138 0.02 0 0.28 0.24 63.27 0.31 0.65
Hex BE C1 8A 2 0 1C 18 3F 1F 41
Octal 276 301 212 2 0 34 30 77 37 101
Binary 10111110 11000001 10001010 10 0 11100 11000 111111 11111 1000001

Color Harmonies of #BEC18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC18A

Black with #BEC18A

Text Example


Text Example

White with #BEC18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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