#BBCC29

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

Shades of Fuego #BBCC29

Tints of Fuego #BBCC29

Color information

#BBCC29 (or 0xBBCC29) is unknown color: approx Fuego. HEX triplet: BB, CC and 29. RGB value is (187,204,41). Sum of RGB (Red+Green+Blue) = 187+204+41=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 41 (16.41% from 255 or 9.49% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC29 is #4433D6. Grayscale: #B4B4B4. Windows color (decimal): -4469719 or 2739387. OLE color: 2739387.

HSL color Cylindrical-coordinate representation of color #BBCC29: hue angle of 66.26º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBCC29 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB18720441-
CMYK0.0800.800.2
HSL66.26º66.53%48.04%-
HSV(B)66.26º79.9%80%-
XYZ42.4953.9110.26-
YUV180.3449.37132.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 204 (80.08% from 255) = 47.22%
BLUE value IS 41 (16.41% from 255) = 9.49%
R=43.29%
G=47.22%
B=9.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187204410.0800.800.266.2666.5348.04
HexBBCC29805014424330
Octal273314511001202410210360
Binary10111011110011001010011000010100001010010000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCC29; }

 p { color: rgb(187,204,41); }

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

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

 a { background-color: rgb(187,204,41); }

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

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

 span { border-color: rgb(187,204,41); }

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