#B3C28E

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

Shades of Caper #B3C28E

Tints of Caper #B3C28E

Color information

#B3C28E (or 0xB3C28E) is unknown color: approx Caper. HEX triplet: B3, C2 and 8E. RGB value is (179,194,142). Sum of RGB (Red+Green+Blue) = 179+194+142=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C28E is #4C3D71. Grayscale: #B7B7B7. Windows color (decimal): -4996466 or 9355955. OLE color: 9355955.

HSL color Cylindrical-coordinate representation of color #B3C28E: hue angle of 77.31º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3C28E is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB179194142-
CMYK0.0800.270.24
HSL77.31º29.89%65.88%-
HSV(B)77.31º26.8%76.08%-
XYZ42.7650.1233.01-
YUV183.59104.53124.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 194 (76.17% from 255) = 37.67%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=34.76%
G=37.67%
B=27.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941420.0800.270.2477.3129.8965.88
HexB3C28E801B184d1e42
Octal263302216100333011536102
Binary1011001111000010100011101000011011110001001101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C28E; }

 p { color: rgb(179,194,142); }

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

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

 a { background-color: rgb(179,194,142); }

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

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

 span { border-color: rgb(179,194,142); }

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