#B3D47A

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

Shades of Caper #B3D47A

Tints of Caper #B3D47A

Color information

#B3D47A (or 0xB3D47A) is unknown color: approx Caper. HEX triplet: B3, D4 and 7A. RGB value is (179,212,122). Sum of RGB (Red+Green+Blue) = 179+212+122=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D47A is #4C2B85. Grayscale: #C0C0C0. Windows color (decimal): -4991878 or 8049843. OLE color: 8049843.

HSL color Cylindrical-coordinate representation of color #B3D47A: hue angle of 82º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3D47A is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB179212122-
CMYK0.1600.420.17
HSL82º51.14%65.49%-
HSV(B)82º42.45%83.14%-
XYZ45.6558.0827.22-
YUV191.8788.57118.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 212 (83.20% from 255) = 41.33%
BLUE value IS 122 (48.05% from 255) = 23.78%
R=34.89%
G=41.33%
B=23.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792121220.1600.420.178251.1465.49
HexB3D47A1002A11523341
Octal263324172200522112263101
Binary101100111101010011110101000001010101000110100101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D47A; }

 p { color: rgb(179,212,122); }

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

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

 a { background-color: rgb(179,212,122); }

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

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

 span { border-color: rgb(179,212,122); }

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