#BECD25

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

Shades of Fuego #BECD25

Tints of Fuego #BECD25

Color information

#BECD25 (or 0xBECD25) is unknown color: approx Fuego. HEX triplet: BE, CD and 25. RGB value is (190,205,37). Sum of RGB (Red+Green+Blue) = 190+205+37=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD25 is #4132DA. Grayscale: #B6B6B6. Windows color (decimal): -4272859 or 2477502. OLE color: 2477502.

HSL color Cylindrical-coordinate representation of color #BECD25: hue angle of 65.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BECD25 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB19020537-
CMYK0.0700.820.20
HSL65.36º69.42%47.45%-
HSV(B)65.36º81.95%80.39%-
XYZ43.454.7410.03-
YUV181.3646.53134.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 205 (80.47% from 255) = 47.45%
BLUE value IS 37 (14.84% from 255) = 8.56%
R=43.98%
G=47.45%
B=8.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190205370.0700.820.2065.3669.4247.45
HexBECD2570521441452f
Octal27631545701222410110557
Binary1011111011001101100101111010100101010010000011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD25; }

 p { color: rgb(190,205,37); }

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

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

 a { background-color: rgb(190,205,37); }

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

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

 span { border-color: rgb(190,205,37); }

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