Html Css Color HEX #BEC12F Fuego

📋 copy color: '#BEC12F'

red 190 ◦ green 193 ◦ blue 47

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

Shades of Fuego #BEC12F

Tints of Fuego #BEC12F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.88%

 BLUE value IS 47 (18.75% from 255) = 10.93%

R = 44.19%
G = 44.88%
B = 10.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#BEC12F (or 0xBEC12F) is known color: Fuego. HEX triplet: BE, C1 and 2F. RGB value is (190,193,47). Sum of RGB (Red+Green+Blue) = 190+193+47=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC12F is #413ED0. Grayscale: #B0B0B0. Windows color (decimal): -4275921 or 3129790. OLE color: 3129790.

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

Color convert

RGB 190 193 47 -
CMYK 0.02 0 0.76 0.24
HSL 61.23º 0.61% 0.47% -
HSV(B) 61.23º 0.76% 0.76% -
XYZ 40.82 49.29 10.05 -
YUV 175.46 55.51 138.37 -
System Red Green Blue C M Y K H S L
Decimal 190 193 47 0.02 0 0.76 0.24 61.23 0.61 0.47
Hex BE C1 2F 2 0 4C 18 3D 3D 2F
Octal 276 301 57 2 0 114 30 75 75 57
Binary 10111110 11000001 101111 10 0 1001100 11000 111101 111101 101111

Color Harmonies of #BEC12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC12F

Black with #BEC12F

Text Example


Text Example

White with #BEC12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC12F; }

 p { color: rgb(190,193,47); }

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

background-color css

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

 a { background-color: rgb(190,193,47); }

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

border-color css

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

 span { border-color: rgb(190,193,47); }

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