Html Css Color HEX #B9C536 Fuego

📋 copy color: '#B9C536'

red 185 ◦ green 197 ◦ blue 54

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

Shades of Fuego #B9C536

Tints of Fuego #B9C536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.39%

R = 42.43%
G = 45.18%
B = 12.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#B9C536 (or 0xB9C536) is known color: Fuego. HEX triplet: B9, C5 and 36. RGB value is (185,197,54). Sum of RGB (Red+Green+Blue) = 185+197+54=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C536 is #463AC9. Grayscale: #B1B1B1. Windows color (decimal): -4602570 or 3589561. OLE color: 3589561.

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

Color convert

RGB 185 197 54 -
CMYK 0.06 0 0.73 0.23
HSL 65.03º 0.57% 0.49% -
HSV(B) 65.03º 0.73% 0.77% -
XYZ 40.64 50.51 11.1 -
YUV 177.11 58.52 133.63 -
System Red Green Blue C M Y K H S L
Decimal 185 197 54 0.06 0 0.73 0.23 65.03 0.57 0.49
Hex B9 C5 36 6 0 49 17 41 39 31
Octal 271 305 66 6 0 111 27 101 71 61
Binary 10111001 11000101 110110 110 0 1001001 10111 1000001 111001 110001

Color Harmonies of #B9C536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C536

Black with #B9C536

Text Example


Text Example

White with #B9C536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C536; }

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

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

background-color css

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

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

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

border-color css

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

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

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