Html Css Color HEX #B9D124 Fuego

📋 copy color: '#B9D124'

red 185 ◦ green 209 ◦ blue 36

#B9D124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #B9D124

Tints of Fuego #B9D124

RGB

 RED value IS 185 (72.66% from 255) = 43.02%

 GREEN value IS 209 (82.03% from 255) = 48.6%

 BLUE value IS 36 (14.45% from 255) = 8.37%

R = 43.02%
G = 48.6%
B = 8.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#B9D124 (or 0xB9D124) is known color: Fuego. HEX triplet: B9, D1 and 24. RGB value is (185,209,36). Sum of RGB (Red+Green+Blue) = 185+209+36=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D124 is #462EDB. Grayscale: #B6B6B6. Windows color (decimal): -4599516 or 2412985. OLE color: 2412985.

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

Color convert

RGB 185 209 36 -
CMYK 0.11 0 0.83 0.18
HSL 68.32º 0.71% 0.48% -
HSV(B) 68.32º 0.83% 0.82% -
XYZ 43.13 56.04 10.21 -
YUV 182.1 45.55 130.07 -
System Red Green Blue C M Y K H S L
Decimal 185 209 36 0.11 0 0.83 0.18 68.32 0.71 0.48
Hex B9 D1 24 B 0 53 12 44 47 30
Octal 271 321 44 13 0 123 22 104 107 60
Binary 10111001 11010001 100100 1011 0 1010011 10010 1000100 1000111 110000

Color Harmonies of #B9D124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D124

Black with #B9D124

Text Example


Text Example

White with #B9D124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D124; }

 p { color: rgb(185,209,36); }

 H1.HeaderClassName
 {
   color: #B9D124;
 }
 .AnyTagClassName
 {
   color: #B9D124;
 }
</style>

background-color css

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

 a { background-color: rgb(185,209,36); }

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

border-color css

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

 span { border-color: rgb(185,209,36); }

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