#B3C379

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

Shades of Caper #B3C379

Tints of Caper #B3C379

Color information

#B3C379 (or 0xB3C379) is unknown color: approx Caper. HEX triplet: B3, C3 and 79. RGB value is (179,195,121). Sum of RGB (Red+Green+Blue) = 179+195+121=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C379 is #4C3C86. Grayscale: #B6B6B6. Windows color (decimal): -4996231 or 7979955. OLE color: 7979955.

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

Color convert

RGB179195121-
CMYK0.0800.380.24
HSL72.97º38.14%61.96%-
HSV(B)72.97º37.95%76.47%-
XYZ41.5649.9925.55-
YUV181.7893.7126.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 121 (47.66% from 255) = 24.44%
R=36.16%
G=39.39%
B=24.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791951210.0800.380.2472.9738.1461.96
HexB3C37980261849263e
Octal26330317110046301114676
Binary1011001111000011111100110000100110110001001001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C379; }

 p { color: rgb(179,195,121); }

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

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

 a { background-color: rgb(179,195,121); }

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

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

 span { border-color: rgb(179,195,121); }

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