Html Css Color HEX #BEC278 Pine Glade

📋 copy color: '#BEC278'

red 190 ◦ green 194 ◦ blue 120

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

Shades of Pine Glade #BEC278

Tints of Pine Glade #BEC278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.81%

R = 37.7%
G = 38.49%
B = 23.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#BEC278 (or 0xBEC278) is known color: Pine Glade. HEX triplet: BE, C2 and 78. RGB value is (190,194,120). Sum of RGB (Red+Green+Blue) = 190+194+120=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC278 is #413D87. Grayscale: #B8B8B8. Windows color (decimal): -4275592 or 7914174. OLE color: 7914174.

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

Color convert

RGB 190 194 120 -
CMYK 0.02 0 0.38 0.24
HSL 63.24º 0.38% 0.62% -
HSV(B) 63.24º 0.38% 0.76% -
XYZ 43.92 50.89 25.28 -
YUV 184.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 190 194 120 0.02 0 0.38 0.24 63.24 0.38 0.62
Hex BE C2 78 2 0 26 18 3F 26 3E
Octal 276 302 170 2 0 46 30 77 46 76
Binary 10111110 11000010 1111000 10 0 100110 11000 111111 100110 111110

Color Harmonies of #BEC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC278

Black with #BEC278

Text Example


Text Example

White with #BEC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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