#B4C88C

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

Shades of Caper #B4C88C

Tints of Caper #B4C88C

Color information

#B4C88C (or 0xB4C88C) is unknown color: approx Caper. HEX triplet: B4, C8 and 8C. RGB value is (180,200,140). Sum of RGB (Red+Green+Blue) = 180+200+140=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C88C is #4B3773. Grayscale: #BBBBBB. Windows color (decimal): -4929396 or 9226420. OLE color: 9226420.

HSL color Cylindrical-coordinate representation of color #B4C88C: hue angle of 80º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4C88C is Cyan = 0.1, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB180200140-
CMYK0.100.30.22
HSL80º35.29%66.67%-
HSV(B)80º30%78.43%-
XYZ44.2152.9132.69-
YUV187.18101.37122.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 200 (78.52% from 255) = 38.46%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=34.62%
G=38.46%
B=26.92%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1802001400.100.30.228035.2966.67
HexB4C88CA01E16502343
Octal264310214120362612043103
Binary10110100110010001000110010100111101011010100001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C88C; }

 p { color: rgb(180,200,140); }

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

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

 a { background-color: rgb(180,200,140); }

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

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

 span { border-color: rgb(180,200,140); }

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