Html Css Color HEX #B9C531 Fuego

📋 copy color: '#B9C531'

red 185 ◦ green 197 ◦ blue 49

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

Shades of Fuego #B9C531

Tints of Fuego #B9C531

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.71%

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

R = 42.92%
G = 45.71%
B = 11.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#B9C531 (or 0xB9C531) is known color: Fuego. HEX triplet: B9, C5 and 31. RGB value is (185,197,49). Sum of RGB (Red+Green+Blue) = 185+197+49=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C531 is #463ACE. Grayscale: #B1B1B1. Windows color (decimal): -4602575 or 3261881. OLE color: 3261881.

HSL color Cylindrical-coordinate representation of color #B9C531: hue angle of 64.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9C531 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 197 49 -
CMYK 0.06 0 0.75 0.23
HSL 64.86º 0.6% 0.48% -
HSV(B) 64.86º 0.75% 0.77% -
XYZ 40.53 50.47 10.51 -
YUV 176.54 56.02 134.03 -
System Red Green Blue C M Y K H S L
Decimal 185 197 49 0.06 0 0.75 0.23 64.86 0.6 0.48
Hex B9 C5 31 6 0 4B 17 41 3C 30
Octal 271 305 61 6 0 113 27 101 74 60
Binary 10111001 11000101 110001 110 0 1001011 10111 1000001 111100 110000

Color Harmonies of #B9C531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C531

Black with #B9C531

Text Example


Text Example

White with #B9C531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C531; }

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

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

background-color css

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

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

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

border-color css

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

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

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