Html Css Color HEX #B1D928 Fuego

📋 copy color: '#B1D928'

red 177 ◦ green 217 ◦ blue 40

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

Shades of Fuego #B1D928

Tints of Fuego #B1D928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.22%

R = 40.78%
G = 50%
B = 9.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#B1D928 (or 0xB1D928) is known color: Fuego. HEX triplet: B1, D9 and 28. RGB value is (177,217,40). Sum of RGB (Red+Green+Blue) = 177+217+40=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D928 is #4E26D7. Grayscale: #B9B9B9. Windows color (decimal): -5121752 or 2677169. OLE color: 2677169.

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

Color convert

RGB 177 217 40 -
CMYK 0.18 0 0.82 0.15
HSL 73.56º 0.7% 0.5% -
HSV(B) 73.56º 0.82% 0.85% -
XYZ 43.33 59.13 11.14 -
YUV 184.86 46.25 122.39 -
System Red Green Blue C M Y K H S L
Decimal 177 217 40 0.18 0 0.82 0.15 73.56 0.7 0.5
Hex B1 D9 28 12 0 52 F 4A 46 32
Octal 261 331 50 22 0 122 17 112 106 62
Binary 10110001 11011001 101000 10010 0 1010010 1111 1001010 1000110 110010

Color Harmonies of #B1D928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D928

Black with #B1D928

Text Example


Text Example

White with #B1D928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D928; }

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

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

background-color css

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

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

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

border-color css

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

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

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