Html Css Color HEX #B9C134 Fuego

📋 copy color: '#B9C134'

red 185 ◦ green 193 ◦ blue 52

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

Shades of Fuego #B9C134

Tints of Fuego #B9C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.88%

 BLUE value IS 52 (20.7% from 255) = 12.09%

R = 43.02%
G = 44.88%
B = 12.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#B9C134 (or 0xB9C134) is known color: Fuego. HEX triplet: B9, C1 and 34. RGB value is (185,193,52). Sum of RGB (Red+Green+Blue) = 185+193+52=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C134 is #463ECB. Grayscale: #AFAFAF. Windows color (decimal): -4603596 or 3457465. OLE color: 3457465.

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

Color convert

RGB 185 193 52 -
CMYK 0.04 0 0.73 0.24
HSL 63.4º 0.58% 0.48% -
HSV(B) 63.4º 0.73% 0.76% -
XYZ 39.7 48.7 10.56 -
YUV 174.53 58.85 135.46 -
System Red Green Blue C M Y K H S L
Decimal 185 193 52 0.04 0 0.73 0.24 63.4 0.58 0.48
Hex B9 C1 34 4 0 49 18 3F 3A 30
Octal 271 301 64 4 0 111 30 77 72 60
Binary 10111001 11000001 110100 100 0 1001001 11000 111111 111010 110000

Color Harmonies of #B9C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C134

Black with #B9C134

Text Example


Text Example

White with #B9C134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C134; }

 p { color: rgb(185,193,52); }

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

background-color css

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

 a { background-color: rgb(185,193,52); }

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

border-color css

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

 span { border-color: rgb(185,193,52); }

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