Html Css Color HEX #B3D526 Fuego

📋 copy color: '#B3D526'

red 179 ◦ green 213 ◦ blue 38

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

Shades of Fuego #B3D526

Tints of Fuego #B3D526

RGB

 RED value IS 179 (70.31% from 255) = 41.63%

 GREEN value IS 213 (83.59% from 255) = 49.53%

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

R = 41.63%
G = 49.53%
B = 8.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#B3D526 (or 0xB3D526) is known color: Fuego. HEX triplet: B3, D5 and 26. RGB value is (179,213,38). Sum of RGB (Red+Green+Blue) = 179+213+38=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D526 is #4C2AD9. Grayscale: #B7B7B7. Windows color (decimal): -4991706 or 2545075. OLE color: 2545075.

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

Color convert

RGB 179 213 38 -
CMYK 0.16 0 0.82 0.16
HSL 71.66º 0.7% 0.49% -
HSV(B) 71.66º 0.82% 0.84% -
XYZ 42.73 57.31 10.64 -
YUV 182.88 46.24 125.23 -
System Red Green Blue C M Y K H S L
Decimal 179 213 38 0.16 0 0.82 0.16 71.66 0.7 0.49
Hex B3 D5 26 10 0 52 10 48 46 31
Octal 263 325 46 20 0 122 20 110 106 61
Binary 10110011 11010101 100110 10000 0 1010010 10000 1001000 1000110 110001

Color Harmonies of #B3D526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D526

Black with #B3D526

Text Example


Text Example

White with #B3D526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D526; }

 p { color: rgb(179,213,38); }

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

background-color css

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

 a { background-color: rgb(179,213,38); }

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

border-color css

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

 span { border-color: rgb(179,213,38); }

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