Html Css Color HEX #B1D932 Fuego

📋 copy color: '#B1D932'

red 177 ◦ green 217 ◦ blue 50

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

Shades of Fuego #B1D932

Tints of Fuego #B1D932

RGB

 RED value IS 177 (69.53% from 255) = 39.86%

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

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

R = 39.86%
G = 48.87%
B = 11.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#B1D932 (or 0xB1D932) is known color: Fuego. HEX triplet: B1, D9 and 32. RGB value is (177,217,50). Sum of RGB (Red+Green+Blue) = 177+217+50=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D932 is #4E26CD. Grayscale: #BABABA. Windows color (decimal): -5121742 or 3332529. OLE color: 3332529.

HSL color Cylindrical-coordinate representation of color #B1D932: hue angle of 74.37º 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 #B1D932 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 217 50 -
CMYK 0.18 0 0.77 0.15
HSL 74.37º 0.69% 0.52% -
HSV(B) 74.37º 0.77% 0.85% -
XYZ 43.52 59.2 12.15 -
YUV 186 51.25 121.58 -
System Red Green Blue C M Y K H S L
Decimal 177 217 50 0.18 0 0.77 0.15 74.37 0.69 0.52
Hex B1 D9 32 12 0 4D F 4A 45 34
Octal 261 331 62 22 0 115 17 112 105 64
Binary 10110001 11011001 110010 10010 0 1001101 1111 1001010 1000101 110100

Color Harmonies of #B1D932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D932

Black with #B1D932

Text Example


Text Example

White with #B1D932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D932; }

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

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

background-color css

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

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

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

border-color css

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

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

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