Html Css Color HEX #B4D73A Fuego

📋 copy color: '#B4D73A'

red 180 ◦ green 215 ◦ blue 58

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

Shades of Fuego #B4D73A

Tints of Fuego #B4D73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.46%

 BLUE value IS 58 (23.05% from 255) = 12.8%

R = 39.74%
G = 47.46%
B = 12.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#B4D73A (or 0xB4D73A) is known color: Fuego. HEX triplet: B4, D7 and 3A. RGB value is (180,215,58). Sum of RGB (Red+Green+Blue) = 180+215+58=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D73A is #4B28C5. Grayscale: #BBBBBB. Windows color (decimal): -4925638 or 3856308. OLE color: 3856308.

HSL color Cylindrical-coordinate representation of color #B4D73A: hue angle of 73.38º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4D73A is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 215 58 -
CMYK 0.16 0 0.73 0.16
HSL 73.38º 0.66% 0.54% -
HSV(B) 73.38º 0.73% 0.84% -
XYZ 43.89 58.61 13 -
YUV 186.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 180 215 58 0.16 0 0.73 0.16 73.38 0.66 0.54
Hex B4 D7 3A 10 0 49 10 49 42 36
Octal 264 327 72 20 0 111 20 111 102 66
Binary 10110100 11010111 111010 10000 0 1001001 10000 1001001 1000010 110110

Color Harmonies of #B4D73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D73A

Black with #B4D73A

Text Example


Text Example

White with #B4D73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D73A; }

 p { color: rgb(180,215,58); }

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

background-color css

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

 a { background-color: rgb(180,215,58); }

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

border-color css

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

 span { border-color: rgb(180,215,58); }

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