Html Css Color HEX #B9D525 Fuego

📋 copy color: '#B9D525'

red 185 ◦ green 213 ◦ blue 37

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

Shades of Fuego #B9D525

Tints of Fuego #B9D525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.51%

R = 42.53%
G = 48.97%
B = 8.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#B9D525 (or 0xB9D525) is known color: Fuego. HEX triplet: B9, D5 and 25. RGB value is (185,213,37). Sum of RGB (Red+Green+Blue) = 185+213+37=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D525 is #462ADA. Grayscale: #B9B9B9. Windows color (decimal): -4598491 or 2479545. OLE color: 2479545.

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

Color convert

RGB 185 213 37 -
CMYK 0.13 0 0.83 0.16
HSL 69.55º 0.7% 0.49% -
HSV(B) 69.55º 0.83% 0.84% -
XYZ 44.14 58.04 10.63 -
YUV 184.56 44.72 128.31 -
System Red Green Blue C M Y K H S L
Decimal 185 213 37 0.13 0 0.83 0.16 69.55 0.7 0.49
Hex B9 D5 25 D 0 53 10 46 46 31
Octal 271 325 45 15 0 123 20 106 106 61
Binary 10111001 11010101 100101 1101 0 1010011 10000 1000110 1000110 110001

Color Harmonies of #B9D525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D525

Black with #B9D525

Text Example


Text Example

White with #B9D525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D525; }

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

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

background-color css

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

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

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

border-color css

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

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

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