#BBD322

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

Shades of Fuego #BBD322

Tints of Fuego #BBD322

Color information

#BBD322 (or 0xBBD322) is unknown color: approx Fuego. HEX triplet: BB, D3 and 22. RGB value is (187,211,34). Sum of RGB (Red+Green+Blue) = 187+211+34=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD322 is #442CDD. Grayscale: #B8B8B8. Windows color (decimal): -4467934 or 2282427. OLE color: 2282427.

HSL color Cylindrical-coordinate representation of color #BBD322: hue angle of 68.14º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBD322 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB18721134-
CMYK0.1100.840.17
HSL68.14º72.24%48.04%-
HSV(B)68.14º83.89%82.75%-
XYZ44.0857.2710.24-
YUV183.6543.55130.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 211 (82.81% from 255) = 48.84%
BLUE value IS 34 (13.67% from 255) = 7.87%
R=43.29%
G=48.84%
B=7.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal187211340.1100.840.1768.1472.2448.04
HexBBD322B05411444830
Octal273323421301242110411060
Binary10111011110100111000101011010101001000110001001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD322; }

 p { color: rgb(187,211,34); }

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

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

 a { background-color: rgb(187,211,34); }

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

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

 span { border-color: rgb(187,211,34); }

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