#B1C07A

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

Shades of Caper #B1C07A

Tints of Caper #B1C07A

Color information

#B1C07A (or 0xB1C07A) is unknown color: approx Caper. HEX triplet: B1, C0 and 7A. RGB value is (177,192,122). Sum of RGB (Red+Green+Blue) = 177+192+122=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C07A is #4E3F85. Grayscale: #B3B3B3. Windows color (decimal): -5128070 or 8044721. OLE color: 8044721.

HSL color Cylindrical-coordinate representation of color #B1C07A: hue angle of 72.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1C07A is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB177192122-
CMYK0.0800.360.25
HSL72.86º35.71%61.57%-
HSV(B)72.86º36.46%75.29%-
XYZ40.4948.4525.63-
YUV179.5395.53126.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=36.05%
G=39.10%
B=24.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921220.0800.360.2572.8635.7161.57
HexB1C07A80241949243e
Octal26130017210044311114476
Binary1011000111000000111101010000100100110011001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C07A; }

 p { color: rgb(177,192,122); }

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

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

 a { background-color: rgb(177,192,122); }

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

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

 span { border-color: rgb(177,192,122); }

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