#B3C17F

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

Shades of Caper #B3C17F

Tints of Caper #B3C17F

Color information

#B3C17F (or 0xB3C17F) is unknown color: approx Caper. HEX triplet: B3, C1 and 7F. RGB value is (179,193,127). Sum of RGB (Red+Green+Blue) = 179+193+127=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C17F is #4C3E80. Grayscale: #B5B5B5. Windows color (decimal): -4996737 or 8372659. OLE color: 8372659.

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

Color convert

RGB179193127-
CMYK0.0700.340.24
HSL72.73º34.74%62.75%-
HSV(B)72.73º34.2%75.69%-
XYZ41.4949.2627.4-
YUV181.2997.36126.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 193 (75.78% from 255) = 38.68%
BLUE value IS 127 (50% from 255) = 25.45%
R=35.87%
G=38.68%
B=25.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931270.0700.340.2472.7334.7462.75
HexB3C17F70221849233f
Octal2633011777042301114377
Binary101100111100000111111111110100010110001001001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C17F; }

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

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

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

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

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

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

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

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