#B4C081

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

Shades of Caper #B4C081

Tints of Caper #B4C081

Color information

#B4C081 (or 0xB4C081) is unknown color: approx Caper. HEX triplet: B4, C0 and 81. RGB value is (180,192,129). Sum of RGB (Red+Green+Blue) = 180+192+129=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C081 is #4B3F7E. Grayscale: #B5B5B5. Windows color (decimal): -4931455 or 8503476. OLE color: 8503476.

HSL color Cylindrical-coordinate representation of color #B4C081: hue angle of 71.43º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4C081 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB180192129-
CMYK0.0600.330.25
HSL71.43º33.33%62.94%-
HSV(B)71.43º32.81%75.29%-
XYZ41.6348.9928.03-
YUV181.2398.52127.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=35.93%
G=38.32%
B=25.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921290.0600.330.2571.4333.3362.94
HexB4C08160211947213f
Octal2643002016041311074177
Binary1011010011000000100000011100100001110011000111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C081; }

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

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

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

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

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

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

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

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