#B4CA8D

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

Shades of Caper #B4CA8D

Tints of Caper #B4CA8D

Color information

#B4CA8D (or 0xB4CA8D) is unknown color: approx Caper. HEX triplet: B4, CA and 8D. RGB value is (180,202,141). Sum of RGB (Red+Green+Blue) = 180+202+141=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CA8D is #4B3572. Grayscale: #BCBCBC. Windows color (decimal): -4928883 or 9292468. OLE color: 9292468.

HSL color Cylindrical-coordinate representation of color #B4CA8D: hue angle of 81.64º 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 #B4CA8D is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB180202141-
CMYK0.1100.300.21
HSL81.64º36.53%67.25%-
HSV(B)81.64º30.2%79.22%-
XYZ44.7553.8733.24-
YUV188.47101.21121.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 141 (55.47% from 255) = 26.96%
R=34.42%
G=38.62%
B=26.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021410.1100.300.2181.6436.5367.25
HexB4CA8DB01E15522543
Octal264312215130362512245103
Binary10110100110010101000110110110111101010110100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA8D; }

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

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

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

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

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

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

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

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