#B3C084

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

Shades of Caper #B3C084

Tints of Caper #B3C084

Color information

#B3C084 (or 0xB3C084) is unknown color: approx Caper. HEX triplet: B3, C0 and 84. RGB value is (179,192,132). Sum of RGB (Red+Green+Blue) = 179+192+132=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C084 is #4C3F7B. Grayscale: #B5B5B5. Windows color (decimal): -4996988 or 8700083. OLE color: 8700083.

HSL color Cylindrical-coordinate representation of color #B3C084: hue angle of 73º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3C084 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB179192132-
CMYK0.0700.310.25
HSL73º32.26%63.53%-
HSV(B)73º31.25%75.29%-
XYZ41.648.9529.09-
YUV181.27100.19126.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=35.59%
G=38.17%
B=26.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921320.0700.310.257332.2663.53
HexB3C084701F19492040
Octal26330020470373111140100
Binary1011001111000000100001001110111111100110010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C084; }

 p { color: rgb(179,192,132); }

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

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

 a { background-color: rgb(179,192,132); }

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

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

 span { border-color: rgb(179,192,132); }

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