#BBD533

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

Shades of Fuego #BBD533

Tints of Fuego #BBD533

Color information

#BBD533 (or 0xBBD533) is unknown color: approx Fuego. HEX triplet: BB, D5 and 33. RGB value is (187,213,51). Sum of RGB (Red+Green+Blue) = 187+213+51=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD533 is #442ACC. Grayscale: #BBBBBB. Windows color (decimal): -4467405 or 3397051. OLE color: 3397051.

HSL color Cylindrical-coordinate representation of color #BBD533: hue angle of 69.63º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBD533 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB18721351-
CMYK0.1200.760.16
HSL69.63º65.85%51.76%-
HSV(B)69.63º76.06%83.53%-
XYZ44.8958.3912.04-
YUV186.7651.39128.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 213 (83.59% from 255) = 47.23%
BLUE value IS 51 (20.31% from 255) = 11.31%
R=41.46%
G=47.23%
B=11.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187213510.1200.760.1669.6365.8551.76
HexBBD533C04C10464234
Octal273325631401142010610264
Binary10111011110101011100111100010011001000010001101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD533; }

 p { color: rgb(187,213,51); }

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

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

 a { background-color: rgb(187,213,51); }

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

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

 span { border-color: rgb(187,213,51); }

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