Html Css Color HEX #B9DA2F Fuego

📋 copy color: '#B9DA2F'

red 185 ◦ green 218 ◦ blue 47

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

Shades of Fuego #B9DA2F

Tints of Fuego #B9DA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.44%

R = 41.11%
G = 48.44%
B = 10.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#B9DA2F (or 0xB9DA2F) is known color: Fuego. HEX triplet: B9, DA and 2F. RGB value is (185,218,47). Sum of RGB (Red+Green+Blue) = 185+218+47=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DA2F is #4625D0. Grayscale: #BDBDBD. Windows color (decimal): -4597201 or 3136185. OLE color: 3136185.

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

Color convert

RGB 185 218 47 -
CMYK 0.15 0 0.78 0.15
HSL 71.58º 0.7% 0.52% -
HSV(B) 71.58º 0.78% 0.85% -
XYZ 45.59 60.66 12 -
YUV 188.64 48.07 125.4 -
System Red Green Blue C M Y K H S L
Decimal 185 218 47 0.15 0 0.78 0.15 71.58 0.7 0.52
Hex B9 DA 2F F 0 4E F 48 46 34
Octal 271 332 57 17 0 116 17 110 106 64
Binary 10111001 11011010 101111 1111 0 1001110 1111 1001000 1000110 110100

Color Harmonies of #B9DA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA2F

Black with #B9DA2F

Text Example


Text Example

White with #B9DA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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