Html Css Color HEX #B9DA2C Fuego

📋 copy color: '#B9DA2C'

red 185 ◦ green 218 ◦ blue 44

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

Shades of Fuego #B9DA2C

Tints of Fuego #B9DA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.84%

R = 41.39%
G = 48.77%
B = 9.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#B9DA2C (or 0xB9DA2C) is known color: Fuego. HEX triplet: B9, DA and 2C. RGB value is (185,218,44). Sum of RGB (Red+Green+Blue) = 185+218+44=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DA2C is #4625D3. Grayscale: #BCBCBC. Windows color (decimal): -4597204 or 2939577. OLE color: 2939577.

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

Color convert

RGB 185 218 44 -
CMYK 0.15 0 0.80 0.15
HSL 71.38º 0.7% 0.51% -
HSV(B) 71.38º 0.8% 0.85% -
XYZ 45.53 60.64 11.69 -
YUV 188.3 46.57 125.65 -
System Red Green Blue C M Y K H S L
Decimal 185 218 44 0.15 0 0.80 0.15 71.38 0.7 0.51
Hex B9 DA 2C F 0 50 F 47 46 33
Octal 271 332 54 17 0 120 17 107 106 63
Binary 10111001 11011010 101100 1111 0 1010000 1111 1000111 1000110 110011

Color Harmonies of #B9DA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA2C

Black with #B9DA2C

Text Example


Text Example

White with #B9DA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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