#B3CD33

Color #B3CD33 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B3CD33

Tints of Fuego #B3CD33

Color information

#B3CD33 (or 0xB3CD33) is unknown color: approx Fuego. HEX triplet: B3, CD and 33. RGB value is (179,205,51). Sum of RGB (Red+Green+Blue) = 179+205+51=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CD33 is #4C32CC. Grayscale: #B4B4B4. Windows color (decimal): -4993741 or 3394995. OLE color: 3394995.

HSL color Cylindrical-coordinate representation of color #B3CD33: hue angle of 70.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3CD33 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB17920551-
CMYK0.1300.750.20
HSL70.13º60.63%50.2%-
HSV(B)70.13º75.12%80.39%-
XYZ41.0253.4911.29-
YUV179.6755.39127.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 205 (80.47% from 255) = 47.13%
BLUE value IS 51 (20.31% from 255) = 11.72%
R=41.15%
G=47.13%
B=11.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179205510.1300.750.2070.1360.6350.2
HexB3CD33D04B14463d32
Octal26331563150113241067562
Binary1011001111001101110011110101001011101001000110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CD33; }

 p { color: rgb(179,205,51); }

 H1.HeaderClassName
 {
   color: #B3CD33;
 }
 .AnyTagClassName
 {
   color: #B3CD33;
 }
</style>
background-color css

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

 a { background-color: rgb(179,205,51); }

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

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

 span { border-color: rgb(179,205,51); }

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