#B4C685

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

Shades of Caper #B4C685

Tints of Caper #B4C685

Color information

#B4C685 (or 0xB4C685) is unknown color: approx Caper. HEX triplet: B4, C6 and 85. RGB value is (180,198,133). Sum of RGB (Red+Green+Blue) = 180+198+133=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C685 is #4B397A. Grayscale: #B9B9B9. Windows color (decimal): -4929915 or 8767156. OLE color: 8767156.

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

Color convert

RGB180198133-
CMYK0.0900.330.22
HSL76.62º36.31%64.9%-
HSV(B)76.62º32.83%77.65%-
XYZ43.2551.7829.91-
YUV185.2198.54124.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 198 (77.73% from 255) = 38.75%
BLUE value IS 133 (52.34% from 255) = 26.03%
R=35.23%
G=38.75%
B=26.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801981330.0900.330.2276.6236.3164.9
HexB4C6859021164d2441
Octal264306205110412611544101
Binary101101001100011010000101100101000011011010011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C685; }

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

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

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

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

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

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

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

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