#BBE42D

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

Shades of Fuego #BBE42D

Tints of Fuego #BBE42D

Color information

#BBE42D (or 0xBBE42D) is unknown color: approx Fuego. HEX triplet: BB, E4 and 2D. RGB value is (187,228,45). Sum of RGB (Red+Green+Blue) = 187+228+45=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE42D is #441BD2. Grayscale: #C3C3C3. Windows color (decimal): -4463571 or 3007675. OLE color: 3007675.

HSL color Cylindrical-coordinate representation of color #BBE42D: hue angle of 73.44º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBE42D is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB18722845-
CMYK0.1800.800.11
HSL73.44º77.22%53.53%-
HSV(B)73.44º80.26%89.41%-
XYZ48.7166.2412.7-
YUV194.8843.42122.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 228 (89.45% from 255) = 49.57%
BLUE value IS 45 (17.97% from 255) = 9.78%
R=40.65%
G=49.57%
B=9.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal187228450.1800.800.1173.4477.2253.53
HexBBE42D12050B494d36
Octal273344552201201311111566
Binary10111011111001001011011001001010000101110010011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE42D; }

 p { color: rgb(187,228,45); }

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

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

 a { background-color: rgb(187,228,45); }

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

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

 span { border-color: rgb(187,228,45); }

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