#B3C075

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

Shades of Caper #B3C075

Tints of Caper #B3C075

Color information

#B3C075 (or 0xB3C075) is unknown color: approx Caper. HEX triplet: B3, C0 and 75. RGB value is (179,192,117). Sum of RGB (Red+Green+Blue) = 179+192+117=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C075 is #4C3F8A. Grayscale: #B3B3B3. Windows color (decimal): -4997003 or 7717043. OLE color: 7717043.

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

Color convert

RGB179192117-
CMYK0.0700.390.25
HSL70.4º37.31%60.59%-
HSV(B)70.4º39.06%75.29%-
XYZ40.6548.5724.06-
YUV179.5692.69127.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=36.68%
G=39.34%
B=23.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921170.0700.390.2570.437.3160.59
HexB3C07570271946253d
Octal2633001657047311064575
Binary101100111100000011101011110100111110011000110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C075; }

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

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

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

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

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

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

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

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