#B1C68B

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

Shades of Caper #B1C68B

Tints of Caper #B1C68B

Color information

#B1C68B (or 0xB1C68B) is unknown color: approx Caper. HEX triplet: B1, C6 and 8B. RGB value is (177,198,139). Sum of RGB (Red+Green+Blue) = 177+198+139=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C68B is #4E3974. Grayscale: #B9B9B9. Windows color (decimal): -5126517 or 9160369. OLE color: 9160369.

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

Color convert

RGB177198139-
CMYK0.1100.300.22
HSL81.36º34.1%66.08%-
HSV(B)81.36º29.8%77.65%-
XYZ42.9951.632.12-
YUV185102.04122.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.44%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 139 (54.69% from 255) = 27.04%
R=34.44%
G=38.52%
B=27.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771981390.1100.300.2281.3634.166.08
HexB1C68BB01E16512242
Octal261306213130362612142102
Binary10110001110001101000101110110111101011010100011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C68B; }

 p { color: rgb(177,198,139); }

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

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

 a { background-color: rgb(177,198,139); }

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

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

 span { border-color: rgb(177,198,139); }

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