Html Css Color HEX #B0D032 Fuego

📋 copy color: '#B0D032'

red 176 ◦ green 208 ◦ blue 50

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

Shades of Fuego #B0D032

Tints of Fuego #B0D032

RGB

 RED value IS 176 (69.14% from 255) = 40.55%

 GREEN value IS 208 (81.64% from 255) = 47.93%

 BLUE value IS 50 (19.92% from 255) = 11.52%

R = 40.55%
G = 47.93%
B = 11.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#B0D032 (or 0xB0D032) is known color: Fuego. HEX triplet: B0, D0 and 32. RGB value is (176,208,50). Sum of RGB (Red+Green+Blue) = 176+208+50=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D032 is #4F2FCD. Grayscale: #B5B5B5. Windows color (decimal): -5189582 or 3330224. OLE color: 3330224.

HSL color Cylindrical-coordinate representation of color #B0D032: hue angle of 72.15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0D032 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 50 -
CMYK 0.15 0 0.76 0.18
HSL 72.15º 0.63% 0.51% -
HSV(B) 72.15º 0.76% 0.82% -
XYZ 41.04 54.57 11.39 -
YUV 180.42 54.4 124.85 -
System Red Green Blue C M Y K H S L
Decimal 176 208 50 0.15 0 0.76 0.18 72.15 0.63 0.51
Hex B0 D0 32 F 0 4C 12 48 3F 33
Octal 260 320 62 17 0 114 22 110 77 63
Binary 10110000 11010000 110010 1111 0 1001100 10010 1001000 111111 110011

Color Harmonies of #B0D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D032

Black with #B0D032

Text Example


Text Example

White with #B0D032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D032; }

 p { color: rgb(176,208,50); }

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

background-color css

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

 a { background-color: rgb(176,208,50); }

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

border-color css

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

 span { border-color: rgb(176,208,50); }

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