Html Css Color HEX #B8C531 Fuego

📋 copy color: '#B8C531'

red 184 ◦ green 197 ◦ blue 49

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

Shades of Fuego #B8C531

Tints of Fuego #B8C531

RGB

 RED value IS 184 (72.27% from 255) = 42.79%

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

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

R = 42.79%
G = 45.81%
B = 11.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#B8C531 (or 0xB8C531) is known color: Fuego. HEX triplet: B8, C5 and 31. RGB value is (184,197,49). Sum of RGB (Red+Green+Blue) = 184+197+49=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C531 is #473ACE. Grayscale: #B0B0B0. Windows color (decimal): -4668111 or 3261880. OLE color: 3261880.

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

Color convert

RGB 184 197 49 -
CMYK 0.07 0 0.75 0.23
HSL 65.27º 0.6% 0.48% -
HSV(B) 65.27º 0.75% 0.77% -
XYZ 40.29 50.34 10.5 -
YUV 176.24 56.19 133.53 -
System Red Green Blue C M Y K H S L
Decimal 184 197 49 0.07 0 0.75 0.23 65.27 0.6 0.48
Hex B8 C5 31 7 0 4B 17 41 3C 30
Octal 270 305 61 7 0 113 27 101 74 60
Binary 10111000 11000101 110001 111 0 1001011 10111 1000001 111100 110000

Color Harmonies of #B8C531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C531

Black with #B8C531

Text Example


Text Example

White with #B8C531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C531; }

 p { color: rgb(184,197,49); }

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

background-color css

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

 a { background-color: rgb(184,197,49); }

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

border-color css

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

 span { border-color: rgb(184,197,49); }

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