#B3C68C

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

Shades of Caper #B3C68C

Tints of Caper #B3C68C

Color information

#B3C68C (or 0xB3C68C) is unknown color: approx Caper. HEX triplet: B3, C6 and 8C. RGB value is (179,198,140). Sum of RGB (Red+Green+Blue) = 179+198+140=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C68C is #4C3973. Grayscale: #B9B9B9. Windows color (decimal): -4995444 or 9225907. OLE color: 9225907.

HSL color Cylindrical-coordinate representation of color #B3C68C: hue angle of 79.66º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3C68C is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB179198140-
CMYK0.1000.290.22
HSL79.66º33.72%66.27%-
HSV(B)79.66º29.29%77.65%-
XYZ43.5251.8732.53-
YUV185.71102.21123.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 198 (77.73% from 255) = 38.30%
BLUE value IS 140 (55.08% from 255) = 27.08%
R=34.62%
G=38.30%
B=27.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791981400.1000.290.2279.6633.7266.27
HexB3C68CA01D16502242
Octal263306214120352612042102
Binary10110011110001101000110010100111011011010100001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C68C; }

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

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

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

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

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

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

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

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