Html Css Color HEX #B9CE31 Fuego

📋 copy color: '#B9CE31'

red 185 ◦ green 206 ◦ blue 49

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

Shades of Fuego #B9CE31

Tints of Fuego #B9CE31

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.82%

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

R = 42.05%
G = 46.82%
B = 11.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#B9CE31 (or 0xB9CE31) is known color: Fuego. HEX triplet: B9, CE and 31. RGB value is (185,206,49). Sum of RGB (Red+Green+Blue) = 185+206+49=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE31 is #4631CE. Grayscale: #B6B6B6. Windows color (decimal): -4600271 or 3264185. OLE color: 3264185.

HSL color Cylindrical-coordinate representation of color #B9CE31: hue angle of 68.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9CE31 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 49 -
CMYK 0.10 0 0.76 0.19
HSL 68.03º 0.62% 0.5% -
HSV(B) 68.03º 0.76% 0.81% -
XYZ 42.63 54.68 11.21 -
YUV 181.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 185 206 49 0.10 0 0.76 0.19 68.03 0.62 0.5
Hex B9 CE 31 A 0 4C 13 44 3E 32
Octal 271 316 61 12 0 114 23 104 76 62
Binary 10111001 11001110 110001 1010 0 1001100 10011 1000100 111110 110010

Color Harmonies of #B9CE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE31

Black with #B9CE31

Text Example


Text Example

White with #B9CE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE31; }

 p { color: rgb(185,206,49); }

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

background-color css

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

 a { background-color: rgb(185,206,49); }

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

border-color css

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

 span { border-color: rgb(185,206,49); }

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