#B1C08A

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

Shades of Caper #B1C08A

Tints of Caper #B1C08A

Color information

#B1C08A (or 0xB1C08A) is unknown color: approx Caper. HEX triplet: B1, C0 and 8A. RGB value is (177,192,138). Sum of RGB (Red+Green+Blue) = 177+192+138=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C08A is #4E3F75. Grayscale: #B5B5B5. Windows color (decimal): -5128054 or 9093297. OLE color: 9093297.

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

Color convert

RGB177192138-
CMYK0.0800.280.25
HSL76.67º30%64.71%-
HSV(B)76.67º28.12%75.29%-
XYZ41.5748.8831.29-
YUV181.36103.53124.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=34.91%
G=37.87%
B=27.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921380.0800.280.2576.673064.71
HexB1C08A801C194d1e41
Octal261300212100343111536101
Binary1011000111000000100010101000011100110011001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C08A; }

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

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

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

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

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

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

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

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