#B1C78E

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

Shades of Caper #B1C78E

Tints of Caper #B1C78E

Color information

#B1C78E (or 0xB1C78E) is unknown color: approx Caper. HEX triplet: B1, C7 and 8E. RGB value is (177,199,142). Sum of RGB (Red+Green+Blue) = 177+199+142=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C78E is #4E3871. Grayscale: #BABABA. Windows color (decimal): -5126258 or 9357233. OLE color: 9357233.

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

Color convert

RGB177199142-
CMYK0.1100.290.22
HSL83.16º33.73%66.86%-
HSV(B)83.16º28.64%78.04%-
XYZ43.4452.1533.37-
YUV185.92103.21121.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 199 (78.12% from 255) = 38.42%
BLUE value IS 142 (55.86% from 255) = 27.41%
R=34.17%
G=38.42%
B=27.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771991420.1100.290.2283.1633.7366.86
HexB1C78EB01D16532243
Octal261307216130352612342103
Binary10110001110001111000111010110111011011010100111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C78E; }

 p { color: rgb(177,199,142); }

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

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

 a { background-color: rgb(177,199,142); }

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

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

 span { border-color: rgb(177,199,142); }

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