Html Css Color HEX #B4C532 Fuego

📋 copy color: '#B4C532'

red 180 ◦ green 197 ◦ blue 50

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

Shades of Fuego #B4C532

Tints of Fuego #B4C532

RGB

 RED value IS 180 (70.7% from 255) = 42.15%

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

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

R = 42.15%
G = 46.14%
B = 11.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#B4C532 (or 0xB4C532) is known color: Fuego. HEX triplet: B4, C5 and 32. RGB value is (180,197,50). Sum of RGB (Red+Green+Blue) = 180+197+50=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C532 is #4B3ACD. Grayscale: #AFAFAF. Windows color (decimal): -4930254 or 3327412. OLE color: 3327412.

HSL color Cylindrical-coordinate representation of color #B4C532: hue angle of 66.94º 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 #B4C532 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 197 50 -
CMYK 0.09 0 0.75 0.23
HSL 66.94º 0.6% 0.48% -
HSV(B) 66.94º 0.75% 0.77% -
XYZ 39.36 49.87 10.57 -
YUV 175.16 57.37 131.45 -
System Red Green Blue C M Y K H S L
Decimal 180 197 50 0.09 0 0.75 0.23 66.94 0.6 0.48
Hex B4 C5 32 9 0 4B 17 43 3C 30
Octal 264 305 62 11 0 113 27 103 74 60
Binary 10110100 11000101 110010 1001 0 1001011 10111 1000011 111100 110000

Color Harmonies of #B4C532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C532

Black with #B4C532

Text Example


Text Example

White with #B4C532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C532; }

 p { color: rgb(180,197,50); }

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

background-color css

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

 a { background-color: rgb(180,197,50); }

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

border-color css

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

 span { border-color: rgb(180,197,50); }

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