#B3C27C

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

Shades of Caper #B3C27C

Tints of Caper #B3C27C

Color information

#B3C27C (or 0xB3C27C) is unknown color: approx Caper. HEX triplet: B3, C2 and 7C. RGB value is (179,194,124). Sum of RGB (Red+Green+Blue) = 179+194+124=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C27C is #4C3D83. Grayscale: #B5B5B5. Windows color (decimal): -4996484 or 8176307. OLE color: 8176307.

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

Color convert

RGB179194124-
CMYK0.0800.360.24
HSL72.86º36.46%62.35%-
HSV(B)72.86º36.08%76.08%-
XYZ41.5249.6226.46-
YUV181.5495.53126.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=36.02%
G=39.03%
B=24.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941240.0800.360.2472.8636.4662.35
HexB3C27C80241849243e
Octal26330217410044301114476
Binary1011001111000010111110010000100100110001001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C27C; }

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

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

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

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

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

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

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

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