#B8CA8D

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

Shades of Caper #B8CA8D

Tints of Caper #B8CA8D

Color information

#B8CA8D (or 0xB8CA8D) is unknown color: approx Caper. HEX triplet: B8, CA and 8D. RGB value is (184,202,141). Sum of RGB (Red+Green+Blue) = 184+202+141=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CA8D is #473572. Grayscale: #BDBDBD. Windows color (decimal): -4666739 or 9292472. OLE color: 9292472.

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

Color convert

RGB184202141-
CMYK0.0900.300.21
HSL77.7º36.53%67.25%-
HSV(B)77.7º30.2%79.22%-
XYZ45.754.3533.28-
YUV189.66100.54123.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=34.91%
G=38.33%
B=26.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842021410.0900.300.2177.736.5367.25
HexB8CA8D901E154e2543
Octal270312215110362511645103
Binary10111000110010101000110110010111101010110011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CA8D; }

 p { color: rgb(184,202,141); }

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

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

 a { background-color: rgb(184,202,141); }

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

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

 span { border-color: rgb(184,202,141); }

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