Html Css Color HEX #BEC074 Pine Glade

📋 copy color: '#BEC074'

red 190 ◦ green 192 ◦ blue 116

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

Shades of Pine Glade #BEC074

Tints of Pine Glade #BEC074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.55%

 BLUE value IS 116 (45.7% from 255) = 23.29%

R = 38.15%
G = 38.55%
B = 23.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BEC074 (or 0xBEC074) is known color: Pine Glade. HEX triplet: BE, C0 and 74. RGB value is (190,192,116). Sum of RGB (Red+Green+Blue) = 190+192+116=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC074 is #413F8B. Grayscale: #B7B7B7. Windows color (decimal): -4276108 or 7651518. OLE color: 7651518.

HSL color Cylindrical-coordinate representation of color #BEC074: hue angle of 61.58º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC074 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 116 -
CMYK 0.01 0 0.40 0.25
HSL 61.58º 0.38% 0.6% -
HSV(B) 61.58º 0.4% 0.75% -
XYZ 43.24 49.91 23.88 -
YUV 182.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 190 192 116 0.01 0 0.40 0.25 61.58 0.38 0.6
Hex BE C0 74 1 0 28 19 3E 26 3C
Octal 276 300 164 1 0 50 31 76 46 74
Binary 10111110 11000000 1110100 1 0 101000 11001 111110 100110 111100

Color Harmonies of #BEC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC074

Black with #BEC074

Text Example


Text Example

White with #BEC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC074; }

 p { color: rgb(190,192,116); }

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

background-color css

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

 a { background-color: rgb(190,192,116); }

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

border-color css

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

 span { border-color: rgb(190,192,116); }

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