Html Css Color HEX #B9C52E Fuego

📋 copy color: '#B9C52E'

red 185 ◦ green 197 ◦ blue 46

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

Shades of Fuego #B9C52E

Tints of Fuego #B9C52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.75%

R = 43.22%
G = 46.03%
B = 10.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#B9C52E (or 0xB9C52E) is known color: Fuego. HEX triplet: B9, C5 and 2E. RGB value is (185,197,46). Sum of RGB (Red+Green+Blue) = 185+197+46=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 46 (18.36% from 255 or 10.75% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C52E is #463AD1. Grayscale: #B0B0B0. Windows color (decimal): -4602578 or 3065273. OLE color: 3065273.

HSL color Cylindrical-coordinate representation of color #B9C52E: hue angle of 64.77º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9C52E is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 197 46 -
CMYK 0.06 0 0.77 0.23
HSL 64.77º 0.62% 0.48% -
HSV(B) 64.77º 0.77% 0.77% -
XYZ 40.47 50.44 10.19 -
YUV 176.2 54.52 134.28 -
System Red Green Blue C M Y K H S L
Decimal 185 197 46 0.06 0 0.77 0.23 64.77 0.62 0.48
Hex B9 C5 2E 6 0 4D 17 41 3E 30
Octal 271 305 56 6 0 115 27 101 76 60
Binary 10111001 11000101 101110 110 0 1001101 10111 1000001 111110 110000

Color Harmonies of #B9C52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C52E

Black with #B9C52E

Text Example


Text Example

White with #B9C52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C52E; }

 p { color: rgb(185,197,46); }

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

background-color css

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

 a { background-color: rgb(185,197,46); }

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

border-color css

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

 span { border-color: rgb(185,197,46); }

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