#BBD03A

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

Shades of Fuego #BBD03A

Tints of Fuego #BBD03A

Color information

#BBD03A (or 0xBBD03A) is unknown color: approx Fuego. HEX triplet: BB, D0 and 3A. RGB value is (187,208,58). Sum of RGB (Red+Green+Blue) = 187+208+58=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD03A is #442FC5. Grayscale: #B9B9B9. Windows color (decimal): -4468678 or 3854523. OLE color: 3854523.

HSL color Cylindrical-coordinate representation of color #BBD03A: hue angle of 68.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBD03A is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB18720858-
CMYK0.1000.720.18
HSL68.4º61.48%52.16%-
HSV(B)68.4º72.12%81.57%-
XYZ43.8155.9812.5-
YUV184.6256.54129.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 58 (23.05% from 255) = 12.80%
R=41.28%
G=45.92%
B=12.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187208580.1000.720.1868.461.4852.16
HexBBD03AA04812443d34
Octal27332072120110221047564
Binary1011101111010000111010101001001000100101000100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD03A; }

 p { color: rgb(187,208,58); }

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

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

 a { background-color: rgb(187,208,58); }

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

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

 span { border-color: rgb(187,208,58); }

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