#bbd325

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

Shades of Fuego #BBD325

Tints of Fuego #BBD325

Color information

#BBD325 (or 0xBBD325) is unknown color: approx Fuego. HEX triplet: BB, D3 and 25. RGB value is (187,211,37). Sum of RGB (Red+Green+Blue) = 187+211+37=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD325 is #442CDA. Grayscale: #B8B8B8. Windows color (decimal): -4467931 or 2479035. OLE color: 2479035.

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

Color convert

RGB18721137-
CMYK0.1100.820.17
HSL68.28º70.16%48.63%-
HSV(B)68.28º82.46%82.75%-
XYZ44.1257.2910.48-
YUV183.9945.05130.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 211 (82.81% from 255) = 48.51%
BLUE value IS 37 (14.84% from 255) = 8.51%
R=42.99%
G=48.51%
B=8.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal187211370.1100.820.1768.2870.1648.63
HexBBD325B05211444631
Octal273323451301222110410661
Binary10111011110100111001011011010100101000110001001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbd325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbd325; }

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

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

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

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

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

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

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

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