Html Css Color HEX #B4D924 Fuego

📋 copy color: '#B4D924'

red 180 ◦ green 217 ◦ blue 36

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

Shades of Fuego #B4D924

Tints of Fuego #B4D924

RGB

 RED value IS 180 (70.7% from 255) = 41.57%

 GREEN value IS 217 (85.16% from 255) = 50.12%

 BLUE value IS 36 (14.45% from 255) = 8.31%

R = 41.57%
G = 50.12%
B = 8.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#B4D924 (or 0xB4D924) is known color: Fuego. HEX triplet: B4, D9 and 24. RGB value is (180,217,36). Sum of RGB (Red+Green+Blue) = 180+217+36=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 36 (14.45% from 255 or 8.31% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D924 is #4B26DB. Grayscale: #B9B9B9. Windows color (decimal): -4925148 or 2415028. OLE color: 2415028.

HSL color Cylindrical-coordinate representation of color #B4D924: hue angle of 72.27º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4D924 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 217 36 -
CMYK 0.17 0 0.83 0.15
HSL 72.27º 0.72% 0.5% -
HSV(B) 72.27º 0.83% 0.85% -
XYZ 43.95 59.46 10.83 -
YUV 185.3 43.74 124.22 -
System Red Green Blue C M Y K H S L
Decimal 180 217 36 0.17 0 0.83 0.15 72.27 0.72 0.5
Hex B4 D9 24 11 0 53 F 48 48 32
Octal 264 331 44 21 0 123 17 110 110 62
Binary 10110100 11011001 100100 10001 0 1010011 1111 1001000 1001000 110010

Color Harmonies of #B4D924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D924

Black with #B4D924

Text Example


Text Example

White with #B4D924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D924; }

 p { color: rgb(180,217,36); }

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

background-color css

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

 a { background-color: rgb(180,217,36); }

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

border-color css

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

 span { border-color: rgb(180,217,36); }

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