Html Css Color HEX #BEC28A Pine Glade

📋 copy color: '#BEC28A'

red 190 ◦ green 194 ◦ blue 138

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

Shades of Pine Glade #BEC28A

Tints of Pine Glade #BEC28A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.16%

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

R = 36.4%
G = 37.16%
B = 26.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#BEC28A (or 0xBEC28A) is known color: Pine Glade. HEX triplet: BE, C2 and 8A. RGB value is (190,194,138). Sum of RGB (Red+Green+Blue) = 190+194+138=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC28A is #413D75. Grayscale: #BABABA. Windows color (decimal): -4275574 or 9093822. OLE color: 9093822.

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

Color convert

RGB 190 194 138 -
CMYK 0.02 0 0.29 0.24
HSL 64.29º 0.31% 0.65% -
HSV(B) 64.29º 0.29% 0.76% -
XYZ 45.11 51.37 31.58 -
YUV 186.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 190 194 138 0.02 0 0.29 0.24 64.29 0.31 0.65
Hex BE C2 8A 2 0 1D 18 40 1F 41
Octal 276 302 212 2 0 35 30 100 37 101
Binary 10111110 11000010 10001010 10 0 11101 11000 1000000 11111 1000001

Color Harmonies of #BEC28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC28A

Black with #BEC28A

Text Example


Text Example

White with #BEC28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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