Html Css Color HEX #B9DF2A Fuego

📋 copy color: '#B9DF2A'

red 185 ◦ green 223 ◦ blue 42

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

Shades of Fuego #B9DF2A

Tints of Fuego #B9DF2A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.56%

 BLUE value IS 42 (16.8% from 255) = 9.33%

R = 41.11%
G = 49.56%
B = 9.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#B9DF2A (or 0xB9DF2A) is known color: Fuego. HEX triplet: B9, DF and 2A. RGB value is (185,223,42). Sum of RGB (Red+Green+Blue) = 185+223+42=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DF2A is #4620D5. Grayscale: #BFBFBF. Windows color (decimal): -4595926 or 2809785. OLE color: 2809785.

HSL color Cylindrical-coordinate representation of color #B9DF2A: hue angle of 72.6º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9DF2A is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 223 42 -
CMYK 0.17 0 0.81 0.13
HSL 72.6º 0.74% 0.52% -
HSV(B) 72.6º 0.81% 0.87% -
XYZ 46.81 63.26 11.93 -
YUV 191 43.91 123.72 -
System Red Green Blue C M Y K H S L
Decimal 185 223 42 0.17 0 0.81 0.13 72.6 0.74 0.52
Hex B9 DF 2A 11 0 51 D 49 4A 34
Octal 271 337 52 21 0 121 15 111 112 64
Binary 10111001 11011111 101010 10001 0 1010001 1101 1001001 1001010 110100

Color Harmonies of #B9DF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DF2A

Black with #B9DF2A

Text Example


Text Example

White with #B9DF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DF2A; }

 p { color: rgb(185,223,42); }

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

background-color css

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

 a { background-color: rgb(185,223,42); }

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

border-color css

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

 span { border-color: rgb(185,223,42); }

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