#B1C88D

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

Shades of Caper #B1C88D

Tints of Caper #B1C88D

Color information

#B1C88D (or 0xB1C88D) is unknown color: approx Caper. HEX triplet: B1, C8 and 8D. RGB value is (177,200,141). Sum of RGB (Red+Green+Blue) = 177+200+141=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C88D is #4E3772. Grayscale: #BABABA. Windows color (decimal): -5126003 or 9291953. OLE color: 9291953.

HSL color Cylindrical-coordinate representation of color #B1C88D: hue angle of 83.39º degrees, saturation: 0.35, 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 #B1C88D is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB177200141-
CMYK0.1200.290.22
HSL83.39º34.91%66.86%-
HSV(B)83.39º29.5%78.43%-
XYZ43.5952.5833.05-
YUV186.4102.38121.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 200 (78.52% from 255) = 38.61%
BLUE value IS 141 (55.47% from 255) = 27.22%
R=34.17%
G=38.61%
B=27.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001410.1200.290.2283.3934.9166.86
HexB1C88DC01D16532343
Octal261310215140352612343103
Binary10110001110010001000110111000111011011010100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C88D; }

 p { color: rgb(177,200,141); }

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

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

 a { background-color: rgb(177,200,141); }

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

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

 span { border-color: rgb(177,200,141); }

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