#B4D23C

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

Shades of Fuego #B4D23C

Tints of Fuego #B4D23C

Color information

#B4D23C (or 0xB4D23C) is unknown color: approx Fuego. HEX triplet: B4, D2 and 3C. RGB value is (180,210,60). Sum of RGB (Red+Green+Blue) = 180+210+60=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D23C is #4B2DC3. Grayscale: #B8B8B8. Windows color (decimal): -4926916 or 3986100. OLE color: 3986100.

HSL color Cylindrical-coordinate representation of color #B4D23C: hue angle of 72º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4D23C is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB18021060-
CMYK0.1400.710.18
HSL72º62.5%52.94%-
HSV(B)72º71.43%82.35%-
XYZ42.6856.1212.86-
YUV183.9358.06125.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 210 (82.42% from 255) = 46.67%
BLUE value IS 60 (23.83% from 255) = 13.33%
R=40%
G=46.67%
B=13.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180210600.1400.710.187262.552.94
HexB4D23CE04712483e35
Octal26432274160107221107665
Binary1011010011010010111100111001000111100101001000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D23C; }

 p { color: rgb(180,210,60); }

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

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

 a { background-color: rgb(180,210,60); }

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

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

 span { border-color: rgb(180,210,60); }

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