#B3CE3B

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

Shades of Fuego #B3CE3B

Tints of Fuego #B3CE3B

Color information

#B3CE3B (or 0xB3CE3B) is unknown color: approx Fuego. HEX triplet: B3, CE and 3B. RGB value is (179,206,59). Sum of RGB (Red+Green+Blue) = 179+206+59=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CE3B is #4C31C4. Grayscale: #B5B5B5. Windows color (decimal): -4993477 or 3919539. OLE color: 3919539.

HSL color Cylindrical-coordinate representation of color #B3CE3B: hue angle of 71.02º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3CE3B is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB17920659-
CMYK0.1300.710.19
HSL71.02º60%51.96%-
HSV(B)71.02º71.36%80.78%-
XYZ41.4554.0412.38-
YUV181.1759.05126.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 206 (80.86% from 255) = 46.40%
BLUE value IS 59 (23.44% from 255) = 13.29%
R=40.32%
G=46.40%
B=13.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal179206590.1300.710.1971.026051.96
HexB3CE3BD04713473c34
Octal26331673150107231077464
Binary1011001111001110111011110101000111100111000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CE3B; }

 p { color: rgb(179,206,59); }

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

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

 a { background-color: rgb(179,206,59); }

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

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

 span { border-color: rgb(179,206,59); }

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