#BEC93A

Color #BEC93A Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BEC93A

Tints of Fuego #BEC93A

Color information

#BEC93A (or 0xBEC93A) is unknown color: approx Fuego. HEX triplet: BE, C9 and 3A. RGB value is (190,201,58). Sum of RGB (Red+Green+Blue) = 190+201+58=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC93A is #4136C5. Grayscale: #B5B5B5. Windows color (decimal): -4273862 or 3852734. OLE color: 3852734.

HSL color Cylindrical-coordinate representation of color #BEC93A: hue angle of 64.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEC93A is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB19020158-
CMYK0.0500.710.21
HSL64.62º56.97%50.78%-
HSV(B)64.62º71.14%78.82%-
XYZ42.8953.0311.98-
YUV181.4158.36134.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 201 (78.91% from 255) = 44.77%
BLUE value IS 58 (23.05% from 255) = 12.92%
R=42.32%
G=44.77%
B=12.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190201580.0500.710.2164.6256.9750.78
HexBEC93A504715413933
Octal2763117250107251017163
Binary101111101100100111101010101000111101011000001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC93A; }

 p { color: rgb(190,201,58); }

 H1.HeaderClassName
 {
   color: #BEC93A;
 }
 .AnyTagClassName
 {
   color: #BEC93A;
 }
</style>
background-color css

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

 a { background-color: rgb(190,201,58); }

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

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

 span { border-color: rgb(190,201,58); }

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