#B4C48B

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

Shades of Caper #B4C48B

Tints of Caper #B4C48B

Color information

#B4C48B (or 0xB4C48B) is unknown color: approx Caper. HEX triplet: B4, C4 and 8B. RGB value is (180,196,139). Sum of RGB (Red+Green+Blue) = 180+196+139=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C48B is #4B3B74. Grayscale: #B8B8B8. Windows color (decimal): -4930421 or 9159860. OLE color: 9159860.

HSL color Cylindrical-coordinate representation of color #B4C48B: hue angle of 76.84º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4C48B is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB180196139-
CMYK0.0800.290.23
HSL76.84º32.57%65.69%-
HSV(B)76.84º29.08%76.86%-
XYZ43.2251.0532-
YUV184.72102.2124.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=34.95%
G=38.06%
B=26.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801961390.0800.290.2376.8432.5765.69
HexB4C48B801D174d2142
Octal264304213100352711541102
Binary10110100110001001000101110000111011011110011011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C48B; }

 p { color: rgb(180,196,139); }

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

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

 a { background-color: rgb(180,196,139); }

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

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

 span { border-color: rgb(180,196,139); }

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