#B0C484

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

Shades of Caper #B0C484

Tints of Caper #B0C484

Color information

#B0C484 (or 0xB0C484) is unknown color: approx Caper. HEX triplet: B0, C4 and 84. RGB value is (176,196,132). Sum of RGB (Red+Green+Blue) = 176+196+132=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C484 is #4F3B7B. Grayscale: #B6B6B6. Windows color (decimal): -5192572 or 8701104. OLE color: 8701104.

HSL color Cylindrical-coordinate representation of color #B0C484: hue angle of 78.75º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0C484 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB176196132-
CMYK0.1000.330.23
HSL78.75º35.16%64.31%-
HSV(B)78.75º32.65%76.86%-
XYZ41.8150.3829.35-
YUV182.7299.37123.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=34.92%
G=38.89%
B=26.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761961320.1000.330.2378.7535.1664.31
HexB0C484A021174f2340
Octal260304204120412711743100
Binary101100001100010010000100101001000011011110011111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C484; }

 p { color: rgb(176,196,132); }

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

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

 a { background-color: rgb(176,196,132); }

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

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

 span { border-color: rgb(176,196,132); }

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