Html Css Color HEX #B9D52C Fuego

📋 copy color: '#B9D52C'

red 185 ◦ green 213 ◦ blue 44

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

Shades of Fuego #B9D52C

Tints of Fuego #B9D52C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.19%

 BLUE value IS 44 (17.58% from 255) = 9.95%

R = 41.86%
G = 48.19%
B = 9.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#B9D52C (or 0xB9D52C) is known color: Fuego. HEX triplet: B9, D5 and 2C. RGB value is (185,213,44). Sum of RGB (Red+Green+Blue) = 185+213+44=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D52C is #462AD3. Grayscale: #BABABA. Windows color (decimal): -4598484 or 2938297. OLE color: 2938297.

HSL color Cylindrical-coordinate representation of color #B9D52C: hue angle of 69.94º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9D52C is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 213 44 -
CMYK 0.13 0 0.79 0.16
HSL 69.94º 0.67% 0.5% -
HSV(B) 69.94º 0.79% 0.84% -
XYZ 44.26 58.08 11.26 -
YUV 185.36 48.22 127.74 -
System Red Green Blue C M Y K H S L
Decimal 185 213 44 0.13 0 0.79 0.16 69.94 0.67 0.5
Hex B9 D5 2C D 0 4F 10 46 43 32
Octal 271 325 54 15 0 117 20 106 103 62
Binary 10111001 11010101 101100 1101 0 1001111 10000 1000110 1000011 110010

Color Harmonies of #B9D52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D52C

Black with #B9D52C

Text Example


Text Example

White with #B9D52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D52C; }

 p { color: rgb(185,213,44); }

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

background-color css

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

 a { background-color: rgb(185,213,44); }

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

border-color css

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

 span { border-color: rgb(185,213,44); }

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