Html Css Color HEX #B1D929 Fuego

📋 copy color: '#B1D929'

red 177 ◦ green 217 ◦ blue 41

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

Shades of Fuego #B1D929

Tints of Fuego #B1D929

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 value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#B1D929 (or 0xB1D929) is known color: 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

RGB 177 217 41 -
CMYK 0.18 0 0.81 0.15
HSL 73.64º 0.7% 0.51% -
HSV(B) 73.64º 0.81% 0.85% -
XYZ 43.34 59.13 11.23 -
YUV 184.98 46.75 122.31 -
System Red Green Blue C M Y K H S L
Decimal 177 217 41 0.18 0 0.81 0.15 73.64 0.7 0.51
Hex B1 D9 29 12 0 51 F 4A 46 33
Octal 261 331 51 22 0 121 17 112 106 63
Binary 10110001 11011001 101001 10010 0 1010001 1111 1001010 1000110 110011

Color Harmonies of #B1D929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D929

Black with #B1D929

Text Example


Text Example

White with #B1D929

Text Example


Text Example

HTML Codes & Css Web 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>