#B3C875

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

Shades of Caper #B3C875

Tints of Caper #B3C875

Color information

#B3C875 (or 0xB3C875) is unknown color: approx Caper. HEX triplet: B3, C8 and 75. RGB value is (179,200,117). Sum of RGB (Red+Green+Blue) = 179+200+117=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C875 is #4C378A. Grayscale: #B8B8B8. Windows color (decimal): -4994955 or 7719091. OLE color: 7719091.

HSL color Cylindrical-coordinate representation of color #B3C875: hue angle of 75.18º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3C875 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB179200117-
CMYK0.1000.420.22
HSL75.18º43.01%62.16%-
HSV(B)75.18º41.5%78.43%-
XYZ42.4652.1824.66-
YUV184.2690.04124.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=36.09%
G=40.32%
B=23.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1792001170.1000.420.2275.1843.0162.16
HexB3C875A02A164b2b3e
Octal26331016512052261135376
Binary1011001111001000111010110100101010101101001011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C875; }

 p { color: rgb(179,200,117); }

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

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

 a { background-color: rgb(179,200,117); }

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

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

 span { border-color: rgb(179,200,117); }

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