#B4DC27

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

Shades of Fuego #B4DC27

Tints of Fuego #B4DC27

Color information

#B4DC27 (or 0xB4DC27) is unknown color: approx Fuego. HEX triplet: B4, DC and 27. RGB value is (180,220,39). Sum of RGB (Red+Green+Blue) = 180+220+39=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DC27 is #4B23D8. Grayscale: #BCBCBC. Windows color (decimal): -4924377 or 2612404. OLE color: 2612404.

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

Color convert

RGB18022039-
CMYK0.1800.820.14
HSL73.26º72.11%50.78%-
HSV(B)73.26º82.27%86.27%-
XYZ44.7861.0411.34-
YUV187.4144.25122.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 220 (86.33% from 255) = 50.11%
BLUE value IS 39 (15.62% from 255) = 8.88%
R=41.00%
G=50.11%
B=8.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180220390.1800.820.1473.2672.1150.78
HexB4DC2712052E494833
Octal264334472201221611111063
Binary10110100110111001001111001001010010111010010011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC27; }

 p { color: rgb(180,220,39); }

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

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

 a { background-color: rgb(180,220,39); }

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

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

 span { border-color: rgb(180,220,39); }

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