#BED32C

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

Shades of Fuego #BED32C

Tints of Fuego #BED32C

Color information

#BED32C (or 0xBED32C) is unknown color: approx Fuego. HEX triplet: BE, D3 and 2C. RGB value is (190,211,44). Sum of RGB (Red+Green+Blue) = 190+211+44=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #BED32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED32C is #412CD3. Grayscale: #BABABA. Windows color (decimal): -4271316 or 2937790. OLE color: 2937790.

HSL color Cylindrical-coordinate representation of color #BED32C: hue angle of 67.54º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BED32C is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB19021144-
CMYK0.1000.790.17
HSL67.54º65.49%50%-
HSV(B)67.54º79.15%82.75%-
XYZ44.9857.7211.15-
YUV185.6848.04131.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 211 (82.81% from 255) = 47.42%
BLUE value IS 44 (17.58% from 255) = 9.89%
R=42.70%
G=47.42%
B=9.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal190211440.1000.790.1767.5465.4950
HexBED32CA04F11444132
Octal276323541201172110410162
Binary10111110110100111011001010010011111000110001001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED32C; }

 p { color: rgb(190,211,44); }

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

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

 a { background-color: rgb(190,211,44); }

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

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

 span { border-color: rgb(190,211,44); }

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