#B3C17C

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

Shades of Caper #B3C17C

Tints of Caper #B3C17C

Color information

#B3C17C (or 0xB3C17C) is unknown color: approx Caper. HEX triplet: B3, C1 and 7C. RGB value is (179,193,124). Sum of RGB (Red+Green+Blue) = 179+193+124=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C17C is #4C3E83. Grayscale: #B5B5B5. Windows color (decimal): -4996740 or 8176051. OLE color: 8176051.

HSL color Cylindrical-coordinate representation of color #B3C17C: hue angle of 72.17º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3C17C is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB179193124-
CMYK0.0700.360.24
HSL72.17º35.75%62.16%-
HSV(B)72.17º35.75%75.69%-
XYZ41.349.1826.38-
YUV180.9595.86126.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 124 (48.83% from 255) = 25%
R=36.09%
G=38.91%
B=25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931240.0700.360.2472.1735.7562.16
HexB3C17C70241848243e
Octal2633011747044301104476
Binary101100111100000111111001110100100110001001000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C17C; }

 p { color: rgb(179,193,124); }

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

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

 a { background-color: rgb(179,193,124); }

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

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

 span { border-color: rgb(179,193,124); }

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