Html Css Color HEX #B0D128 Fuego

📋 copy color: '#B0D128'

red 176 ◦ green 209 ◦ blue 40

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

Shades of Fuego #B0D128

Tints of Fuego #B0D128

RGB

 RED value IS 176 (69.14% from 255) = 41.41%

 GREEN value IS 209 (82.03% from 255) = 49.18%

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

R = 41.41%
G = 49.18%
B = 9.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#B0D128 (or 0xB0D128) is known color: Fuego. HEX triplet: B0, D1 and 28. RGB value is (176,209,40). Sum of RGB (Red+Green+Blue) = 176+209+40=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D128 is #4F2ED7. Grayscale: #B4B4B4. Windows color (decimal): -5189336 or 2675120. OLE color: 2675120.

HSL color Cylindrical-coordinate representation of color #B0D128: hue angle of 71.72º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0D128 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 209 40 -
CMYK 0.16 0 0.81 0.18
HSL 71.72º 0.68% 0.49% -
HSV(B) 71.72º 0.81% 0.82% -
XYZ 41.09 54.98 10.45 -
YUV 179.87 49.07 125.24 -
System Red Green Blue C M Y K H S L
Decimal 176 209 40 0.16 0 0.81 0.18 71.72 0.68 0.49
Hex B0 D1 28 10 0 51 12 48 44 31
Octal 260 321 50 20 0 121 22 110 104 61
Binary 10110000 11010001 101000 10000 0 1010001 10010 1001000 1000100 110001

Color Harmonies of #B0D128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D128

Black with #B0D128

Text Example


Text Example

White with #B0D128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D128; }

 p { color: rgb(176,209,40); }

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

background-color css

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

 a { background-color: rgb(176,209,40); }

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

border-color css

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

 span { border-color: rgb(176,209,40); }

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