#B4C981

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

Shades of Caper #B4C981

Tints of Caper #B4C981

Color information

#B4C981 (or 0xB4C981) is unknown color: approx Caper. HEX triplet: B4, C9 and 81. RGB value is (180,201,129). Sum of RGB (Red+Green+Blue) = 180+201+129=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C981 is #4B367E. Grayscale: #BABABA. Windows color (decimal): -4929151 or 8505780. OLE color: 8505780.

HSL color Cylindrical-coordinate representation of color #B4C981: hue angle of 77.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4C981 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB180201129-
CMYK0.1000.360.21
HSL77.5º40%64.71%-
HSV(B)77.5º35.82%78.82%-
XYZ43.6753.0628.71-
YUV186.5195.54123.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=35.29%
G=39.41%
B=25.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802011290.1000.360.2177.54064.71
HexB4C981A024154e2841
Octal264311201120442511650101
Binary101101001100100110000001101001001001010110011101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C981; }

 p { color: rgb(180,201,129); }

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

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

 a { background-color: rgb(180,201,129); }

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

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

 span { border-color: rgb(180,201,129); }

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