#B3C275

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

Shades of Caper #B3C275

Tints of Caper #B3C275

Color information

#B3C275 (or 0xB3C275) is unknown color: approx Caper. HEX triplet: B3, C2 and 75. RGB value is (179,194,117). Sum of RGB (Red+Green+Blue) = 179+194+117=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C275 is #4C3D8A. Grayscale: #B5B5B5. Windows color (decimal): -4996491 or 7717555. OLE color: 7717555.

HSL color Cylindrical-coordinate representation of color #B3C275: hue angle of 71.69º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3C275 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB179194117-
CMYK0.0800.400.24
HSL71.69º38.69%60.98%-
HSV(B)71.69º39.69%76.08%-
XYZ41.0949.4524.21-
YUV180.7492.03126.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=36.53%
G=39.59%
B=23.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941170.0800.400.2471.6938.6960.98
HexB3C27580281848273d
Octal26330216510050301104775
Binary1011001111000010111010110000101000110001001000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C275; }

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

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

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

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

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

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

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

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