Html Css Color HEX #B2D73A Fuego

📋 copy color: '#B2D73A'

red 178 ◦ green 215 ◦ blue 58

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

Shades of Fuego #B2D73A

Tints of Fuego #B2D73A

RGB

 RED value IS 178 (69.92% from 255) = 39.47%

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

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

R = 39.47%
G = 47.67%
B = 12.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#B2D73A (or 0xB2D73A) is known color: Fuego. HEX triplet: B2, D7 and 3A. RGB value is (178,215,58). Sum of RGB (Red+Green+Blue) = 178+215+58=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D73A is #4D28C5. Grayscale: #BABABA. Windows color (decimal): -5056710 or 3856306. OLE color: 3856306.

HSL color Cylindrical-coordinate representation of color #B2D73A: hue angle of 74.14º 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 #B2D73A is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 215 58 -
CMYK 0.17 0 0.73 0.16
HSL 74.14º 0.66% 0.54% -
HSV(B) 74.14º 0.73% 0.84% -
XYZ 43.42 58.37 12.98 -
YUV 186.04 55.74 122.27 -
System Red Green Blue C M Y K H S L
Decimal 178 215 58 0.17 0 0.73 0.16 74.14 0.66 0.54
Hex B2 D7 3A 11 0 49 10 4A 42 36
Octal 262 327 72 21 0 111 20 112 102 66
Binary 10110010 11010111 111010 10001 0 1001001 10000 1001010 1000010 110110

Color Harmonies of #B2D73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D73A

Black with #B2D73A

Text Example


Text Example

White with #B2D73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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