Html Css Color HEX #BEC62E Fuego

📋 copy color: '#BEC62E'

red 190 ◦ green 198 ◦ blue 46

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

Shades of Fuego #BEC62E

Tints of Fuego #BEC62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.6%

R = 43.78%
G = 45.62%
B = 10.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#BEC62E (or 0xBEC62E) is known color: Fuego. HEX triplet: BE, C6 and 2E. RGB value is (190,198,46). Sum of RGB (Red+Green+Blue) = 190+198+46=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC62E is #4139D1. Grayscale: #B2B2B2. Windows color (decimal): -4274642 or 3065534. OLE color: 3065534.

HSL color Cylindrical-coordinate representation of color #BEC62E: hue angle of 63.16º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEC62E is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 198 46 -
CMYK 0.04 0 0.77 0.22
HSL 63.16º 0.62% 0.48% -
HSV(B) 63.16º 0.77% 0.78% -
XYZ 41.92 51.53 10.32 -
YUV 178.28 53.35 136.36 -
System Red Green Blue C M Y K H S L
Decimal 190 198 46 0.04 0 0.77 0.22 63.16 0.62 0.48
Hex BE C6 2E 4 0 4D 16 3F 3E 30
Octal 276 306 56 4 0 115 26 77 76 60
Binary 10111110 11000110 101110 100 0 1001101 10110 111111 111110 110000

Color Harmonies of #BEC62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC62E

Black with #BEC62E

Text Example


Text Example

White with #BEC62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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