Html Css Color HEX #B9DD32 Fuego

📋 copy color: '#B9DD32'

red 185 ◦ green 221 ◦ blue 50

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

Shades of Fuego #B9DD32

Tints of Fuego #B9DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.46%

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

R = 40.57%
G = 48.46%
B = 10.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#B9DD32 (or 0xB9DD32) is known color: Fuego. HEX triplet: B9, DD and 32. RGB value is (185,221,50). Sum of RGB (Red+Green+Blue) = 185+221+50=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD32 is #4622CD. Grayscale: #BFBFBF. Windows color (decimal): -4596430 or 3333561. OLE color: 3333561.

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

Color convert

RGB 185 221 50 -
CMYK 0.16 0 0.77 0.13
HSL 72.63º 0.72% 0.53% -
HSV(B) 72.63º 0.77% 0.87% -
XYZ 46.44 62.26 12.59 -
YUV 190.74 48.57 123.9 -
System Red Green Blue C M Y K H S L
Decimal 185 221 50 0.16 0 0.77 0.13 72.63 0.72 0.53
Hex B9 DD 32 10 0 4D D 49 48 35
Octal 271 335 62 20 0 115 15 111 110 65
Binary 10111001 11011101 110010 10000 0 1001101 1101 1001001 1001000 110101

Color Harmonies of #B9DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD32

Black with #B9DD32

Text Example


Text Example

White with #B9DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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