Html Css Color HEX #B9C732 Fuego

📋 copy color: '#B9C732'

red 185 ◦ green 199 ◦ blue 50

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

Shades of Fuego #B9C732

Tints of Fuego #B9C732

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.85%

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

R = 42.63%
G = 45.85%
B = 11.52%

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

#B9C732 (or 0xB9C732) is known color: Fuego. HEX triplet: B9, C7 and 32. RGB value is (185,199,50). Sum of RGB (Red+Green+Blue) = 185+199+50=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C732 is #4638CD. Grayscale: #B2B2B2. Windows color (decimal): -4602062 or 3327929. OLE color: 3327929.

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

Color convert

RGB 185 199 50 -
CMYK 0.07 0 0.75 0.22
HSL 65.64º 0.6% 0.49% -
HSV(B) 65.64º 0.75% 0.78% -
XYZ 41.01 51.39 10.78 -
YUV 177.83 55.86 133.12 -
System Red Green Blue C M Y K H S L
Decimal 185 199 50 0.07 0 0.75 0.22 65.64 0.6 0.49
Hex B9 C7 32 7 0 4B 16 42 3C 31
Octal 271 307 62 7 0 113 26 102 74 61
Binary 10111001 11000111 110010 111 0 1001011 10110 1000010 111100 110001

Color Harmonies of #B9C732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C732

Black with #B9C732

Text Example


Text Example

White with #B9C732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C732; }

 p { color: rgb(185,199,50); }

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

background-color css

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

 a { background-color: rgb(185,199,50); }

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

border-color css

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

 span { border-color: rgb(185,199,50); }

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