#B1C385

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

Shades of Caper #B1C385

Tints of Caper #B1C385

Color information

#B1C385 (or 0xB1C385) is unknown color: approx Caper. HEX triplet: B1, C3 and 85. RGB value is (177,195,133). Sum of RGB (Red+Green+Blue) = 177+195+133=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C385 is #4E3C7A. Grayscale: #B6B6B6. Windows color (decimal): -5127291 or 8766385. OLE color: 8766385.

HSL color Cylindrical-coordinate representation of color #B1C385: hue angle of 77.42º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1C385 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB177195133-
CMYK0.0900.320.24
HSL77.42º34.07%64.31%-
HSV(B)77.42º31.79%76.47%-
XYZ41.8850.0729.65-
YUV182.55100.04124.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 195 (76.56% from 255) = 38.61%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=35.05%
G=38.61%
B=26.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951330.0900.320.2477.4234.0764.31
HexB1C3859020184d2240
Octal261303205110403011542100
Binary101100011100001110000101100101000001100010011011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C385; }

 p { color: rgb(177,195,133); }

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

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

 a { background-color: rgb(177,195,133); }

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

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

 span { border-color: rgb(177,195,133); }

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