Html Css Color HEX #BEC68A Pine Glade

📋 copy color: '#BEC68A'

red 190 ◦ green 198 ◦ blue 138

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

Shades of Pine Glade #BEC68A

Tints of Pine Glade #BEC68A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.64%

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

R = 36.12%
G = 37.64%
B = 26.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#BEC68A (or 0xBEC68A) is known color: Pine Glade. HEX triplet: BE, C6 and 8A. RGB value is (190,198,138). Sum of RGB (Red+Green+Blue) = 190+198+138=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC68A is #413975. Grayscale: #BDBDBD. Windows color (decimal): -4274550 or 9094846. OLE color: 9094846.

HSL color Cylindrical-coordinate representation of color #BEC68A: hue angle of 68º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEC68A is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 198 138 -
CMYK 0.04 0 0.30 0.22
HSL 68º 0.34% 0.66% -
HSV(B) 68º 0.3% 0.78% -
XYZ 46.02 53.17 31.88 -
YUV 188.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 190 198 138 0.04 0 0.30 0.22 68 0.34 0.66
Hex BE C6 8A 4 0 1E 16 44 22 42
Octal 276 306 212 4 0 36 26 104 42 102
Binary 10111110 11000110 10001010 100 0 11110 10110 1000100 100010 1000010

Color Harmonies of #BEC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC68A

Black with #BEC68A

Text Example


Text Example

White with #BEC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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