Html Css Color HEX #B9C931 Fuego

📋 copy color: '#B9C931'

red 185 ◦ green 201 ◦ blue 49

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

Shades of Fuego #B9C931

Tints of Fuego #B9C931

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.21%

 BLUE value IS 49 (19.53% from 255) = 11.26%

R = 42.53%
G = 46.21%
B = 11.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#B9C931 (or 0xB9C931) is known color: Fuego. HEX triplet: B9, C9 and 31. RGB value is (185,201,49). Sum of RGB (Red+Green+Blue) = 185+201+49=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C931 is #4636CE. Grayscale: #B3B3B3. Windows color (decimal): -4601551 or 3262905. OLE color: 3262905.

HSL color Cylindrical-coordinate representation of color #B9C931: hue angle of 66.32º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9C931 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 201 49 -
CMYK 0.08 0 0.76 0.21
HSL 66.32º 0.61% 0.49% -
HSV(B) 66.32º 0.76% 0.79% -
XYZ 41.45 52.31 10.82 -
YUV 178.89 54.7 132.36 -
System Red Green Blue C M Y K H S L
Decimal 185 201 49 0.08 0 0.76 0.21 66.32 0.61 0.49
Hex B9 C9 31 8 0 4C 15 42 3D 31
Octal 271 311 61 10 0 114 25 102 75 61
Binary 10111001 11001001 110001 1000 0 1001100 10101 1000010 111101 110001

Color Harmonies of #B9C931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C931

Black with #B9C931

Text Example


Text Example

White with #B9C931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C931; }

 p { color: rgb(185,201,49); }

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

background-color css

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

 a { background-color: rgb(185,201,49); }

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

border-color css

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

 span { border-color: rgb(185,201,49); }

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