Html Css Color HEX #B9C72F Fuego

📋 copy color: '#B9C72F'

red 185 ◦ green 199 ◦ blue 47

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

Shades of Fuego #B9C72F

Tints of Fuego #B9C72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.9%

R = 42.92%
G = 46.17%
B = 10.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#B9C72F (or 0xB9C72F) is known color: Fuego. HEX triplet: B9, C7 and 2F. RGB value is (185,199,47). Sum of RGB (Red+Green+Blue) = 185+199+47=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C72F is #4638D0. Grayscale: #B2B2B2. Windows color (decimal): -4602065 or 3131321. OLE color: 3131321.

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

Color convert

RGB 185 199 47 -
CMYK 0.07 0 0.76 0.22
HSL 65.53º 0.62% 0.48% -
HSV(B) 65.53º 0.76% 0.78% -
XYZ 40.94 51.37 10.45 -
YUV 177.49 54.36 133.36 -
System Red Green Blue C M Y K H S L
Decimal 185 199 47 0.07 0 0.76 0.22 65.53 0.62 0.48
Hex B9 C7 2F 7 0 4C 16 42 3E 30
Octal 271 307 57 7 0 114 26 102 76 60
Binary 10111001 11000111 101111 111 0 1001100 10110 1000010 111110 110000

Color Harmonies of #B9C72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C72F

Black with #B9C72F

Text Example


Text Example

White with #B9C72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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