Html Css Color HEX #B0D932 Fuego

📋 copy color: '#B0D932'

red 176 ◦ green 217 ◦ blue 50

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

Shades of Fuego #B0D932

Tints of Fuego #B0D932

RGB

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

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

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

R = 39.73%
G = 48.98%
B = 11.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#B0D932 (or 0xB0D932) is known color: Fuego. HEX triplet: B0, D9 and 32. RGB value is (176,217,50). Sum of RGB (Red+Green+Blue) = 176+217+50=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D932 is #4F26CD. Grayscale: #BABABA. Windows color (decimal): -5187278 or 3332528. OLE color: 3332528.

HSL color Cylindrical-coordinate representation of color #B0D932: hue angle of 74.73º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0D932 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 50 -
CMYK 0.19 0 0.77 0.15
HSL 74.73º 0.69% 0.52% -
HSV(B) 74.73º 0.77% 0.85% -
XYZ 43.29 59.09 12.14 -
YUV 185.7 51.42 121.08 -
System Red Green Blue C M Y K H S L
Decimal 176 217 50 0.19 0 0.77 0.15 74.73 0.69 0.52
Hex B0 D9 32 13 0 4D F 4B 45 34
Octal 260 331 62 23 0 115 17 113 105 64
Binary 10110000 11011001 110010 10011 0 1001101 1111 1001011 1000101 110100

Color Harmonies of #B0D932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D932

Black with #B0D932

Text Example


Text Example

White with #B0D932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D932; }

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

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

background-color css

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

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

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

border-color css

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

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

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