Html Css Color HEX #B9DC32 Fuego

📋 copy color: '#B9DC32'

red 185 ◦ green 220 ◦ blue 50

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

Shades of Fuego #B9DC32

Tints of Fuego #B9DC32

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.35%

 BLUE value IS 50 (19.92% from 255) = 10.99%

R = 40.66%
G = 48.35%
B = 10.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#B9DC32 (or 0xB9DC32) is known color: Fuego. HEX triplet: B9, DC and 32. RGB value is (185,220,50). Sum of RGB (Red+Green+Blue) = 185+220+50=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC32 is #4623CD. Grayscale: #BEBEBE. Windows color (decimal): -4596686 or 3333305. OLE color: 3333305.

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

Color convert

RGB 185 220 50 -
CMYK 0.16 0 0.77 0.14
HSL 72.35º 0.71% 0.53% -
HSV(B) 72.35º 0.77% 0.86% -
XYZ 46.18 61.73 12.5 -
YUV 190.16 48.9 124.32 -
System Red Green Blue C M Y K H S L
Decimal 185 220 50 0.16 0 0.77 0.14 72.35 0.71 0.53
Hex B9 DC 32 10 0 4D E 48 47 35
Octal 271 334 62 20 0 115 16 110 107 65
Binary 10111001 11011100 110010 10000 0 1001101 1110 1001000 1000111 110101

Color Harmonies of #B9DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC32

Black with #B9DC32

Text Example


Text Example

White with #B9DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC32; }

 p { color: rgb(185,220,50); }

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

background-color css

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

 a { background-color: rgb(185,220,50); }

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

border-color css

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

 span { border-color: rgb(185,220,50); }

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