Html Css Color HEX #B9C032 Fuego

📋 copy color: '#B9C032'

red 185 ◦ green 192 ◦ blue 50

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

Shades of Fuego #B9C032

Tints of Fuego #B9C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.96%

 BLUE value IS 50 (19.92% from 255) = 11.71%

R = 43.33%
G = 44.96%
B = 11.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B9C032 (or 0xB9C032) is known color: Fuego. HEX triplet: B9, C0 and 32. RGB value is (185,192,50). Sum of RGB (Red+Green+Blue) = 185+192+50=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C032 is #463FCD. Grayscale: #AEAEAE. Windows color (decimal): -4603854 or 3326137. OLE color: 3326137.

HSL color Cylindrical-coordinate representation of color #B9C032: hue angle of 62.96º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9C032 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 50 -
CMYK 0.04 0 0.74 0.25
HSL 62.96º 0.59% 0.47% -
HSV(B) 62.96º 0.74% 0.75% -
XYZ 39.43 48.24 10.25 -
YUV 173.72 58.18 136.05 -
System Red Green Blue C M Y K H S L
Decimal 185 192 50 0.04 0 0.74 0.25 62.96 0.59 0.47
Hex B9 C0 32 4 0 4A 19 3F 3B 2F
Octal 271 300 62 4 0 112 31 77 73 57
Binary 10111001 11000000 110010 100 0 1001010 11001 111111 111011 101111

Color Harmonies of #B9C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C032

Black with #B9C032

Text Example


Text Example

White with #B9C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C032; }

 p { color: rgb(185,192,50); }

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

background-color css

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

 a { background-color: rgb(185,192,50); }

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

border-color css

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

 span { border-color: rgb(185,192,50); }

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