#B9E12D

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

Shades of Fuego #B9E12D

Tints of Fuego #B9E12D

Color information

#B9E12D (or 0xB9E12D) is unknown color: approx Fuego. HEX triplet: B9, E1 and 2D. RGB value is (185,225,45). Sum of RGB (Red+Green+Blue) = 185+225+45=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E12D is #461ED2. Grayscale: #C1C1C1. Windows color (decimal): -4595411 or 3006905. OLE color: 3006905.

HSL color Cylindrical-coordinate representation of color #B9E12D: hue angle of 73.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9E12D is Cyan = 0.18, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB18522545-
CMYK0.1800.80.12
HSL73.33º75%52.94%-
HSV(B)73.33º80%88.24%-
XYZ47.4164.3512.41-
YUV192.5244.75122.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 225 (88.28% from 255) = 49.45%
BLUE value IS 45 (17.97% from 255) = 9.89%
R=40.66%
G=49.45%
B=9.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal185225450.1800.80.1273.337552.94
HexB9E12D12050C494b35
Octal271341552201201411111365
Binary10111001111000011011011001001010000110010010011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E12D; }

 p { color: rgb(185,225,45); }

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

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

 a { background-color: rgb(185,225,45); }

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

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

 span { border-color: rgb(185,225,45); }

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