Html Css Color HEX #B8C631 Fuego

📋 copy color: '#B8C631'

red 184 ◦ green 198 ◦ blue 49

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

Shades of Fuego #B8C631

Tints of Fuego #B8C631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.94%

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

R = 42.69%
G = 45.94%
B = 11.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#B8C631 (or 0xB8C631) is known color: Fuego. HEX triplet: B8, C6 and 31. RGB value is (184,198,49). Sum of RGB (Red+Green+Blue) = 184+198+49=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C631 is #4739CE. Grayscale: #B1B1B1. Windows color (decimal): -4667855 or 3262136. OLE color: 3262136.

HSL color Cylindrical-coordinate representation of color #B8C631: hue angle of 65.64º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8C631 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 198 49 -
CMYK 0.07 0 0.75 0.22
HSL 65.64º 0.6% 0.48% -
HSV(B) 65.64º 0.75% 0.78% -
XYZ 40.52 50.8 10.58 -
YUV 176.83 55.86 133.12 -
System Red Green Blue C M Y K H S L
Decimal 184 198 49 0.07 0 0.75 0.22 65.64 0.6 0.48
Hex B8 C6 31 7 0 4B 16 42 3C 30
Octal 270 306 61 7 0 113 26 102 74 60
Binary 10111000 11000110 110001 111 0 1001011 10110 1000010 111100 110000

Color Harmonies of #B8C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C631

Black with #B8C631

Text Example


Text Example

White with #B8C631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C631; }

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

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

background-color css

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

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

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

border-color css

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

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

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