#B3C28C

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

Shades of Caper #B3C28C

Tints of Caper #B3C28C

Color information

#B3C28C (or 0xB3C28C) is unknown color: approx Caper. HEX triplet: B3, C2 and 8C. RGB value is (179,194,140). Sum of RGB (Red+Green+Blue) = 179+194+140=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C28C is #4C3D73. Grayscale: #B7B7B7. Windows color (decimal): -4996468 or 9224883. OLE color: 9224883.

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

Color convert

RGB179194140-
CMYK0.0800.280.24
HSL76.67º30.68%65.49%-
HSV(B)76.67º27.84%76.08%-
XYZ42.6250.0632.23-
YUV183.36103.53124.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=34.89%
G=37.82%
B=27.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941400.0800.280.2476.6730.6865.49
HexB3C28C801C184d1f41
Octal263302214100343011537101
Binary1011001111000010100011001000011100110001001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C28C; }

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

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

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

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

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

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

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

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