Html Css Color HEX #B9C331 Fuego

📋 copy color: '#B9C331'

red 185 ◦ green 195 ◦ blue 49

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

Shades of Fuego #B9C331

Tints of Fuego #B9C331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

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

R = 43.12%
G = 45.45%
B = 11.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#B9C331 (or 0xB9C331) is known color: Fuego. HEX triplet: B9, C3 and 31. RGB value is (185,195,49). Sum of RGB (Red+Green+Blue) = 185+195+49=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C331 is #463CCE. Grayscale: #AFAFAF. Windows color (decimal): -4603087 or 3261369. OLE color: 3261369.

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

Color convert

RGB 185 195 49 -
CMYK 0.05 0 0.75 0.24
HSL 64.11º 0.6% 0.48% -
HSV(B) 64.11º 0.75% 0.76% -
XYZ 40.08 49.57 10.36 -
YUV 175.37 56.69 134.87 -
System Red Green Blue C M Y K H S L
Decimal 185 195 49 0.05 0 0.75 0.24 64.11 0.6 0.48
Hex B9 C3 31 5 0 4B 18 40 3C 30
Octal 271 303 61 5 0 113 30 100 74 60
Binary 10111001 11000011 110001 101 0 1001011 11000 1000000 111100 110000

Color Harmonies of #B9C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C331

Black with #B9C331

Text Example


Text Example

White with #B9C331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C331; }

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

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

background-color css

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

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

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

border-color css

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

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

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