#B3C373

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

Shades of Caper #B3C373

Tints of Caper #B3C373

Color information

#B3C373 (or 0xB3C373) is unknown color: approx Caper. HEX triplet: B3, C3 and 73. RGB value is (179,195,115). Sum of RGB (Red+Green+Blue) = 179+195+115=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C373 is #4C3C8C. Grayscale: #B5B5B5. Windows color (decimal): -4996237 or 7586739. OLE color: 7586739.

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

Color convert

RGB179195115-
CMYK0.0800.410.24
HSL72º40%60.78%-
HSV(B)72º41.03%76.47%-
XYZ41.249.8523.67-
YUV181.190.7126.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=36.61%
G=39.88%
B=23.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791951150.0800.410.24724060.78
HexB3C37380291848283d
Octal26330316310051301105075
Binary1011001111000011111001110000101001110001001000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C373; }

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

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

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

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

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

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

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

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