#B1D929

Color #B1D929 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B1D929

Tints of Fuego #B1D929

Color information

#B1D929 (or 0xB1D929) is unknown color: approx Fuego. HEX triplet: B1, D9 and 29. RGB value is (177,217,41). Sum of RGB (Red+Green+Blue) = 177+217+41=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D929 is #4E26D6. Grayscale: #B9B9B9. Windows color (decimal): -5121751 or 2742705. OLE color: 2742705.

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

Color convert

RGB17721741-
CMYK0.1800.810.15
HSL73.64º69.84%50.59%-
HSV(B)73.64º81.11%85.1%-
XYZ43.3459.1311.23-
YUV184.9846.75122.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 217 (85.16% from 255) = 49.89%
BLUE value IS 41 (16.41% from 255) = 9.43%
R=40.69%
G=49.89%
B=9.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal177217410.1800.810.1573.6469.8450.59
HexB1D92912051F4a4633
Octal261331512201211711210663
Binary10110001110110011010011001001010001111110010101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D929; }

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

 H1.HeaderClassName
 {
   color: #B1D929;
 }
 .AnyTagClassName
 {
   color: #B1D929;
 }
</style>
background-color css

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

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

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

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

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

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