Html Css Color HEX #B9D720 Fuego

📋 copy color: '#B9D720'

red 185 ◦ green 215 ◦ blue 32

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

Shades of Fuego #B9D720

Tints of Fuego #B9D720

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.77%

 BLUE value IS 32 (12.89% from 255) = 7.41%

R = 42.82%
G = 49.77%
B = 7.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#B9D720 (or 0xB9D720) is known color: Fuego. HEX triplet: B9, D7 and 20. RGB value is (185,215,32). Sum of RGB (Red+Green+Blue) = 185+215+32=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D720 is #4628DF. Grayscale: #B9B9B9. Windows color (decimal): -4597984 or 2152377. OLE color: 2152377.

HSL color Cylindrical-coordinate representation of color #B9D720: hue angle of 69.84º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9D720 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 215 32 -
CMYK 0.14 0 0.85 0.16
HSL 69.84º 0.74% 0.48% -
HSV(B) 69.84º 0.85% 0.84% -
XYZ 44.57 59.02 10.41 -
YUV 185.17 41.56 127.88 -
System Red Green Blue C M Y K H S L
Decimal 185 215 32 0.14 0 0.85 0.16 69.84 0.74 0.48
Hex B9 D7 20 E 0 55 10 46 4A 30
Octal 271 327 40 16 0 125 20 106 112 60
Binary 10111001 11010111 100000 1110 0 1010101 10000 1000110 1001010 110000

Color Harmonies of #B9D720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D720

Black with #B9D720

Text Example


Text Example

White with #B9D720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D720; }

 p { color: rgb(185,215,32); }

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

background-color css

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

 a { background-color: rgb(185,215,32); }

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

border-color css

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

 span { border-color: rgb(185,215,32); }

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