#BECD28

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

Shades of Fuego #BECD28

Tints of Fuego #BECD28

Color information

#BECD28 (or 0xBECD28) is unknown color: approx Fuego. HEX triplet: BE, CD and 28. RGB value is (190,205,40). Sum of RGB (Red+Green+Blue) = 190+205+40=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD28 is #4132D7. Grayscale: #B6B6B6. Windows color (decimal): -4272856 or 2674110. OLE color: 2674110.

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

Color convert

RGB19020540-
CMYK0.0700.800.20
HSL65.45º67.35%48.04%-
HSV(B)65.45º80.49%80.39%-
XYZ43.4554.7610.29-
YUV181.748.03133.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 205 (80.47% from 255) = 47.13%
BLUE value IS 40 (16.02% from 255) = 9.20%
R=43.68%
G=47.13%
B=9.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190205400.0700.800.2065.4567.3548.04
HexBECD28705014414330
Octal27631550701202410110360
Binary1011111011001101101000111010100001010010000011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD28; }

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

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

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

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

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

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

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

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