Html Css Color HEX #B0D828 Fuego

📋 copy color: '#B0D828'

red 176 ◦ green 216 ◦ blue 40

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

Shades of Fuego #B0D828

Tints of Fuego #B0D828

RGB

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

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

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

R = 40.74%
G = 50%
B = 9.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#B0D828 (or 0xB0D828) is known color: Fuego. HEX triplet: B0, D8 and 28. RGB value is (176,216,40). Sum of RGB (Red+Green+Blue) = 176+216+40=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D828 is #4F27D7. Grayscale: #B8B8B8. Windows color (decimal): -5187544 or 2676912. OLE color: 2676912.

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

Color convert

RGB 176 216 40 -
CMYK 0.19 0 0.81 0.15
HSL 73.64º 0.69% 0.5% -
HSV(B) 73.64º 0.81% 0.85% -
XYZ 42.84 58.5 11.04 -
YUV 183.98 46.75 122.31 -
System Red Green Blue C M Y K H S L
Decimal 176 216 40 0.19 0 0.81 0.15 73.64 0.69 0.5
Hex B0 D8 28 13 0 51 F 4A 45 32
Octal 260 330 50 23 0 121 17 112 105 62
Binary 10110000 11011000 101000 10011 0 1010001 1111 1001010 1000101 110010

Color Harmonies of #B0D828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D828

Black with #B0D828

Text Example


Text Example

White with #B0D828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D828; }

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

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

background-color css

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

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

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

border-color css

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

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

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