#B4C688

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

Shades of Caper #B4C688

Tints of Caper #B4C688

Color information

#B4C688 (or 0xB4C688) is unknown color: approx Caper. HEX triplet: B4, C6 and 88. RGB value is (180,198,136). Sum of RGB (Red+Green+Blue) = 180+198+136=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C688 is #4B3977. Grayscale: #B9B9B9. Windows color (decimal): -4929912 or 8963764. OLE color: 8963764.

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

Color convert

RGB180198136-
CMYK0.0900.310.22
HSL77.42º35.23%65.49%-
HSV(B)77.42º31.31%77.65%-
XYZ43.4651.8731.01-
YUV185.55100.04124.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=35.02%
G=38.52%
B=26.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801981360.0900.310.2277.4235.2365.49
HexB4C688901F164d2341
Octal264306210110372611543101
Binary10110100110001101000100010010111111011010011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C688; }

 p { color: rgb(180,198,136); }

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

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

 a { background-color: rgb(180,198,136); }

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

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

 span { border-color: rgb(180,198,136); }

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