#B7CA8B

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

Shades of Caper #B7CA8B

Tints of Caper #B7CA8B

Color information

#B7CA8B (or 0xB7CA8B) is unknown color: approx Caper. HEX triplet: B7, CA and 8B. RGB value is (183,202,139). Sum of RGB (Red+Green+Blue) = 183+202+139=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CA8B is #483574. Grayscale: #BDBDBD. Windows color (decimal): -4732277 or 9161399. OLE color: 9161399.

HSL color Cylindrical-coordinate representation of color #B7CA8B: hue angle of 78.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7CA8B is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB183202139-
CMYK0.0900.310.21
HSL78.1º37.28%66.86%-
HSV(B)78.1º31.19%79.22%-
XYZ45.3154.1732.49-
YUV189.1499.71123.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=34.92%
G=38.55%
B=26.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021390.0900.310.2178.137.2866.86
HexB7CA8B901F154e2543
Octal267312213110372511645103
Binary10110111110010101000101110010111111010110011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CA8B; }

 p { color: rgb(183,202,139); }

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

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

 a { background-color: rgb(183,202,139); }

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

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

 span { border-color: rgb(183,202,139); }

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