Html Css Color HEX #B0D328 Fuego

📋 copy color: '#B0D328'

red 176 ◦ green 211 ◦ blue 40

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

Shades of Fuego #B0D328

Tints of Fuego #B0D328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.41%

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

R = 41.22%
G = 49.41%
B = 9.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#B0D328 (or 0xB0D328) is known color: Fuego. HEX triplet: B0, D3 and 28. RGB value is (176,211,40). Sum of RGB (Red+Green+Blue) = 176+211+40=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D328 is #4F2CD7. Grayscale: #B5B5B5. Windows color (decimal): -5188824 or 2675632. OLE color: 2675632.

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

Color convert

RGB 176 211 40 -
CMYK 0.17 0 0.81 0.17
HSL 72.28º 0.68% 0.49% -
HSV(B) 72.28º 0.81% 0.83% -
XYZ 41.58 55.97 10.62 -
YUV 181.04 48.4 124.4 -
System Red Green Blue C M Y K H S L
Decimal 176 211 40 0.17 0 0.81 0.17 72.28 0.68 0.49
Hex B0 D3 28 11 0 51 11 48 44 31
Octal 260 323 50 21 0 121 21 110 104 61
Binary 10110000 11010011 101000 10001 0 1010001 10001 1001000 1000100 110001

Color Harmonies of #B0D328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D328

Black with #B0D328

Text Example


Text Example

White with #B0D328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D328; }

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

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

background-color css

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

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

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

border-color css

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

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

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