#B4C291

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

Shades of Caper #B4C291

Tints of Caper #B4C291

Color information

#B4C291 (or 0xB4C291) is unknown color: approx Caper. HEX triplet: B4, C2 and 91. RGB value is (180,194,145). Sum of RGB (Red+Green+Blue) = 180+194+145=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C291 is #4B3D6E. Grayscale: #B8B8B8. Windows color (decimal): -4930927 or 9552564. OLE color: 9552564.

HSL color Cylindrical-coordinate representation of color #B4C291: hue angle of 77.14º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4C291 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB180194145-
CMYK0.0700.250.24
HSL77.14º28.65%66.47%-
HSV(B)77.14º25.26%76.08%-
XYZ43.2350.3334.22-
YUV184.23105.86124.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=34.68%
G=37.38%
B=27.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801941450.0700.250.2477.1428.6566.47
HexB4C2917019184d1d42
Octal26430222170313011535102
Binary101101001100001010010001111011001110001001101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C291; }

 p { color: rgb(180,194,145); }

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

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

 a { background-color: rgb(180,194,145); }

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

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

 span { border-color: rgb(180,194,145); }

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