#B4CC38

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

Shades of Fuego #B4CC38

Tints of Fuego #B4CC38

Color information

#B4CC38 (or 0xB4CC38) is unknown color: approx Fuego. HEX triplet: B4, CC and 38. RGB value is (180,204,56). Sum of RGB (Red+Green+Blue) = 180+204+56=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC38 is #4B33C7. Grayscale: #B4B4B4. Windows color (decimal): -4928456 or 3722420. OLE color: 3722420.

HSL color Cylindrical-coordinate representation of color #B4CC38: hue angle of 69.73º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4CC38 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB18020456-
CMYK0.1200.730.2
HSL69.73º59.2%50.98%-
HSV(B)69.73º72.55%80%-
XYZ41.1353.1711.84-
YUV179.9558.05128.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 204 (80.08% from 255) = 46.36%
BLUE value IS 56 (22.27% from 255) = 12.73%
R=40.91%
G=46.36%
B=12.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180204560.1200.730.269.7359.250.98
HexB4CC38C04914463b33
Octal26431470140111241067363
Binary1011010011001100111000110001001001101001000110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC38; }

 p { color: rgb(180,204,56); }

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

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

 a { background-color: rgb(180,204,56); }

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

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

 span { border-color: rgb(180,204,56); }

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