Html Css Color HEX #B9DA32 Fuego

📋 copy color: '#B9DA32'

red 185 ◦ green 218 ◦ blue 50

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

Shades of Fuego #B9DA32

Tints of Fuego #B9DA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.12%

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

R = 40.84%
G = 48.12%
B = 11.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#B9DA32 (or 0xB9DA32) is known color: Fuego. HEX triplet: B9, DA and 32. RGB value is (185,218,50). Sum of RGB (Red+Green+Blue) = 185+218+50=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DA32 is #4625CD. Grayscale: #BDBDBD. Windows color (decimal): -4597198 or 3332793. OLE color: 3332793.

HSL color Cylindrical-coordinate representation of color #B9DA32: hue angle of 71.79º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9DA32 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 218 50 -
CMYK 0.15 0 0.77 0.15
HSL 71.79º 0.69% 0.53% -
HSV(B) 71.79º 0.77% 0.85% -
XYZ 45.65 60.69 12.33 -
YUV 188.98 49.57 125.16 -
System Red Green Blue C M Y K H S L
Decimal 185 218 50 0.15 0 0.77 0.15 71.79 0.69 0.53
Hex B9 DA 32 F 0 4D F 48 45 35
Octal 271 332 62 17 0 115 17 110 105 65
Binary 10111001 11011010 110010 1111 0 1001101 1111 1001000 1000101 110101

Color Harmonies of #B9DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA32

Black with #B9DA32

Text Example


Text Example

White with #B9DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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