Html Css Color HEX #B1D826 Fuego

📋 copy color: '#B1D826'

red 177 ◦ green 216 ◦ blue 38

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

Shades of Fuego #B1D826

Tints of Fuego #B1D826

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.12%

 BLUE value IS 38 (15.23% from 255) = 8.82%

R = 41.07%
G = 50.12%
B = 8.82%

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

#B1D826 (or 0xB1D826) is known color: Fuego. HEX triplet: B1, D8 and 26. RGB value is (177,216,38). Sum of RGB (Red+Green+Blue) = 177+216+38=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 38 (15.23% from 255 or 8.82% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D826 is #4E27D9. Grayscale: #B8B8B8. Windows color (decimal): -5122010 or 2545841. OLE color: 2545841.

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

Color convert

RGB 177 216 38 -
CMYK 0.18 0 0.82 0.15
HSL 73.15º 0.7% 0.5% -
HSV(B) 73.15º 0.82% 0.85% -
XYZ 43.04 58.6 10.88 -
YUV 184.05 45.58 122.97 -
System Red Green Blue C M Y K H S L
Decimal 177 216 38 0.18 0 0.82 0.15 73.15 0.7 0.5
Hex B1 D8 26 12 0 52 F 49 46 32
Octal 261 330 46 22 0 122 17 111 106 62
Binary 10110001 11011000 100110 10010 0 1010010 1111 1001001 1000110 110010

Color Harmonies of #B1D826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D826

Black with #B1D826

Text Example


Text Example

White with #B1D826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D826; }

 p { color: rgb(177,216,38); }

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

background-color css

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

 a { background-color: rgb(177,216,38); }

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

border-color css

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

 span { border-color: rgb(177,216,38); }

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